Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted April 30Apr 30 Just started experimenting with the Side panel layout...It would be the bomb if there was a way to collapse the side panel to a depth that would only show the icons. And when the user wanted to open the side panel, they simply click on one of the icons and it would expand to normal width.Speaking of normal width, it would also be great if we could specify the default width shown. The way it sits now, in my opinion, it may be too wide. Won't really know that my opinion on the width as it stands now, is valid with out being able to experiment with it. There just seems to be considerable dead space.Thank you for your consideration. Edited April 30Apr 30 by My Sharona
Friday at 12:04 AM5 days Community Expert Hi @My Sharona The width of the side panel can be tweaked using this CSS:.ipsNavPanel{ flex-basis: 400px; }By default, the column has a semi-fluid width of clamp(280px, 16vw, 340px) which gives it a min-width of 280px on small screens, and prevents the panel from being too large (no wider than 340px) on wide screens.