this post was submitted on 11 Jun 2023
22 points (100.0% liked)
Kbin Userstyles and Userscripts
4 readers
1 users here now
Custom CSS and JS to help improve your Kbin experience! ### Userscripts Greasy Fork ### Stylesheets UserStyles.world ### Userscript managers
- Tampermonkey - FireMonkey (Firefox only) - Violentmonkey ### Stylesheet managers
- Stylus (chrome/edge, firefox) - Cascadea (safari only)
founded 1 year ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I don't like the scrollable UI on the user page, so I wrote some css to instead display all options in multiple rows:
This CSS snippet:
If you don't want the username to be hidden, remove the 'h2' part. Though the other changes mean the name will be displayed in the upper right of the container instead of where it was before.
If you don't want the spacing between the menu items, remove the 'li' part.
Note that your browser needs to have support for css nesting for this to work as-is. You can see here which browsers have support and from which version onwards.