Gitea-Modern/misskey
2021-11-26 17:30:50 +01:00
..
images Upload files to 'misskey/images' 2021-11-25 17:03:29 +01:00
tweaks Add 'misskey/tweaks/minor-fixes.css' 2021-11-26 17:17:11 +01:00
mk-tweaks.user.css Add 'misskey/mk-tweaks.user.css' 2021-11-26 17:07:45 +01:00
readme.md Update 'misskey/readme.md' 2021-11-26 17:30:50 +01:00

Misskey Tweaks

A collection of tweaks that aim to make Misskey less cluttered.

Profile Page Posts Gitea Modern Profile Page

Note: The Stylus browser extension and Stylus preprocessor are two different things.

Apply to any instance by easily managing the snippets using Stylus

Or, add the snippets directly to Misskey:

  1. Find the snippet you want to add in the snippets folder of this repo, copy its contents
  2. In Misskey, navigate to Settings > Themes > Install a theme
  3. Paste the contents of the file into the textbox
  4. Click Install!

Contributing

To make changes, find the tweak you want to edit inside of mktweaks.user.css, which uses the Stylus preprocessor. Don't edit anything else outside of the if statements. Please only change one tweak at a time when making a pull request.

If you want, you can then copy & paste the code into https://stylus-lang.com/try.html, and paste the output into the corresponding .css file inside of the tweaks folder.