mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-18 09:54:59 +01:00
Fix issue with default 1080p 100% scaling
we need an autoscaler!
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user