@spiderrobotpig how do you get the columns to do that
@squirrelbutt Legitimately no idea haha
We can dig through the github, but that's @ashkitten's handiwork
@spiderrobotpig @ashkitten ok if it's git what do i have to pull/merge to get that
just please give me instructions, there are NONE ANYWHERE
Incorporating the variable-width column userstyle:
Add the following lines to app/assets/stylesheets/components.scss (around line 747 would be good for clarity):
@media (min-width: 1600px) {
.column {
width: 25%;
}
.drawer {
width: 23%;
}
}
???
@spiderrobotpig i found it out, you don't set the width, you just add flex-grow: 1;
that way it properly fills the screen without any hackish proportion math