DEV Community

Discussion on: Build conditional layouts with CSS Flexbox

Collapse
 
jrock2004 profile image
John Costanzo

Another way you can do this with a little less CSS, is on the .main__content. Remove the width property and just have flex: 1. Now if the sidebar is hidden, it will just take up the room you wanted.

Collapse
 
hybrid_alex profile image
Alex Carpenter

Definitely, you can see here that I make that recommendation youtu.be/OkcUU_G-wVU?t=396