mirror of
https://github.com/OpenLiberty/liberty-bikes.git
synced 2025-01-30 10:40:13 +08:00
Merge pull request #47 from realModusOperandi/fix-players
Prevent player list from becoming so small that PLAYERS overflowed
This commit is contained in:
commit
ece29d1f09
@ -8,7 +8,7 @@ body {
|
||||
|
||||
:host {
|
||||
display: grid;
|
||||
grid-template-rows: $titlebar 1fr 4fr $titlebar;
|
||||
grid-template-rows: $titlebar minmax(140px, 1fr) 4fr $titlebar;
|
||||
grid-template-columns: 1fr minmax(600px, 3fr);
|
||||
height: 100vh;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user