31
Allow collapsing of side menus
(media.piefed.social)
Discuss PieFed project direction, provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics.
So I come up with a way better solution, remember that I'm not a JS/CSS dev at all. This is done through some flex container manipulation, height manipulation and
:hover
magic.It hides the sidebar below the main panel, and by hovering the grey rectangle it allows you to show it. I find it to work really well.
PieFed custom CSS system doesn't allow
&
and'
symbols, which is pretty inconvenient for recursives selectors and forcontent
clauses.I don't know enough css to know exactly what is going on here just from a glance. However, if it would make your life easier if there was a new css class on something that you could target, that is easy enough to add, just let us know.
That's nice, you could maybe post it to !piefed_css@piefed.social
Oh thanks, didn't know about this community, I might post it there :)