forked from cybrespace/mastodon
reinstate wider columns on multicolumn layout
This commit is contained in:
parent
019e0833d1
commit
3d8eb5dd7d
|
@ -8,6 +8,10 @@
|
|||
max-width: 400px;
|
||||
min-width: 330px;
|
||||
}
|
||||
.layout-multiple-columns .column {
|
||||
flex-grow: 1 !important;
|
||||
max-width: 400px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Don't show outline around statuses if we're in
|
||||
|
|
Loading…
Reference in New Issue