mirror of
https://github.com/OpenLiberty/liberty-bikes.git
synced 2024-11-27 01:20:01 +08:00
Prevent player list from becoming so small that PLAYERS overflowed
This commit is contained in:
parent
2eea956e87
commit
cc3c4e2c86
@ -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