mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-23 10:21:42 +00:00
Fix issue with default 1080p 100% scaling
we need an autoscaler!
This commit is contained in:
parent
25d38344b0
commit
8f74168a23
@ -24,7 +24,9 @@
|
||||
display: grid;
|
||||
gap: 15px 15px;
|
||||
|
||||
grid-template-columns: repeat(15, 100px);
|
||||
max-width: 90%;
|
||||
|
||||
grid-template-columns: repeat(12, 100px);
|
||||
|
||||
margin-bottom: 28px;
|
||||
overflow-y: scroll;
|
||||
|
Loading…
Reference in New Issue
Block a user