mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-27 05:09:17 +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;
|
display: grid;
|
||||||
gap: 15px 15px;
|
gap: 15px 15px;
|
||||||
|
|
||||||
grid-template-columns: repeat(15, 100px);
|
max-width: 90%;
|
||||||
|
|
||||||
|
grid-template-columns: repeat(12, 100px);
|
||||||
|
|
||||||
margin-bottom: 28px;
|
margin-bottom: 28px;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
Loading…
Reference in New Issue
Block a user