you needs Mbin support too.
this post was submitted on 09 Jul 2025
15 points (100.0% liked)
Blorp
127 readers
1 users here now
This community has been moved to !blorp@lemmy.zip
founded 7 months ago
MODERATORS
Yes, please!
This is amazing I am so happy to see this. Hello from piefed on android!
Great news !
Thanks. Having hover backgrounds for items on the sidebar would be nice to have.
Could you describe in a little more detail what you were thinking? Or provide and example if you know an app/website that does what you’re thinking.
Yeah, for example, when you're on the home page, the background of Home becomes background-color: var(--shad-secondary);
, but I think buttons should also respond to hovering over them in a similar way. I wasn't thinking of Reddit when I made the suggestion, but Reddit has this in the CSS:
@media (hover: hover) and (pointer: fine) {
.hover\:bg-neutral-background-hover:hover {
background-color: var(--color-neutral-background-hover);
}
}
Oooo I see what you mean now. I wasn’t sure which sidebar you meant initially. Good catch!