this post was submitted on 26 Feb 2026
47 points (100.0% liked)
LemmyToday
276 readers
17 users here now
If you experience issues or problems with this instance (lemmy.today), this is the place to discuss them. Or if you just want to ask questions about how something works. Anything related to the instance or lemmy itself.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
IDK if this is just a limitation of the css available or missing customization.. but the sort order (hot, active, new, etc) seems to be un-themed.
Also.. the little lemmy guy icon next to the name... no cyberpunk visor? ;)
Hmm, interesting, the sort order is themed for me. You mean here?
And I love that idea with cyberpunk visor, will need to look into that for sure!
When you click on the dropdown it seems to just be default OS themed.
That is a select element, it gets rendered by the browser and can't be themed fully using CSS without replacing it with a custom web component.
If you're using Firefox, the GTK theme of your OS specifies how it and other native components (e.g. color pickers) look.
Some aspects can be customized, but it's a pain and doesn't work well across different browsers.
It's not a huge deal really. I just noticed that it's themed for the account profile menu but not that one.
The profile menu is a List item
Lielement and it contains otherLielements for it's options.To avoid writing more JS than necessary and to have more semantic HTML,
Selectelements are used (like in this drop down), so you can simply listen to theirchangedevent and execute code.But the devs could've slightly modified that custom drop down and used it everywhere for consistency.
Ah the actual dropdown. Not sure if that one can be themed with just CSS. Will find out. :)
Just noticed the message notification container doesn't... container. IDK if bug or not... just in QA mindset now.
Yeah I saw that, needs fixing! Thanks!