mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 22:42:26 -05:00
[bugfix/frogend] replace ch units to prevent layout shift on page load (#1301)
This commit is contained in:
parent
90a14abb0c
commit
de74cc6e94
2 changed files with 3 additions and 3 deletions
|
|
@ -62,8 +62,8 @@ body {
|
|||
min-width: 100%;
|
||||
width: 100%;
|
||||
|
||||
grid-template-columns: auto minmax(auto, 90ch) auto;
|
||||
grid-template-columns: auto min(92%, 90ch) auto;
|
||||
grid-template-columns: auto minmax(auto, 50rem) auto;
|
||||
grid-template-columns: auto min(92%, 50rem) auto;
|
||||
grid-template-rows: auto 1fr auto;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue