this post was submitted on 26 Aug 2025
35 points (100.0% liked)
PieFed Meta
1572 readers
1 users here now
Discuss PieFed project direction, provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics.
Wiki
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
Hello !
I don't know a lot about CSS. But I what I was trying to do was : putting the side bar before the mainbar, with the same width as the main ; and hiding / showing it with an interaction (here hover a rectangle shown above the main bar).
A proper way to do it would certainly be having a page template that has a sidebar hide/show checkbox (or in HTML
<details>
,<summary>
etc...), but this would mean a slightly different page layout (and as non-front-end dev I think I'm not the right person to ask ahah).