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.
Hey,
I'm new to piefed, and this is already an issue for me.
Currently I am using a simple custom CSS, which is not completely tested. Instead of collapsing the bar, it put it at the bottom of the page, and attribute the whole width to the main column :
Hope it will help :3
~melimosa
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 :)
here is some screenshots, notice how the filters for the post feed are not properly aligned. This is not much of an issue for me, but can be improved