mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-12 05:33:49 -05:00
Fix 4 columns barely not fitting on 1920px screen (#32361)
This commit is contained in:
parent
c0d3b3de10
commit
6ac78ead52
@ -2863,7 +2863,7 @@ $ui-header-logo-wordmark-width: 99px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.column {
|
.column {
|
||||||
width: 400px;
|
width: clamp(380px, calc((100% - 350px) / 4), 400px);
|
||||||
position: relative;
|
position: relative;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user