Fix issue with default 1080p 100% scaling

we need an autoscaler!
This commit is contained in:
KingRainbow44 2023-04-08 23:50:55 -04:00
parent 25d38344b0
commit 8f74168a23
No known key found for this signature in database
GPG Key ID: FC2CB64B00D257BE

View File

@ -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;