Kimiko-obasan ✨ utilise witches.town. Vous pouvez læ suivre et interagir si vous possédez un compte quelque part dans le "fediverse".

@Alda My browser window is 1237px wide inside. To fit four columns (like before v1.4.2), they have to shrink slightly to avoid a scrollbar.

@Alda Hmm, with the "1 1 auto" thing it does shrink them a little too narrow if I add a fifth column. Maybe I need to change the minimum width from 330px instead of messing with the flex thing.

Kimiko-obasan ✨ @Kimiko_0

@Alda Experimenting a little more. Changing the width to 270px makes things work correctly when adding more columns (i.e. four columns fit nicely in my browser window like before, and 5+ adds a scrollbar).

However, the change to flex: "1 0 auto" means that with fewer than ~4 columns, they grow wider. Not super bad yet with 3 columns, but with just the two non-removable ones it looks kinda silly.

Is there maybe some way to set both a minimum and maximum width of columns and allow shrink/growing freely between those limits?