Width change (again)

This commit is contained in:
Core 2022-06-28 11:46:13 +01:00
parent 778d7dd64b
commit 462fa30980
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -1937,9 +1937,9 @@
.settings-window {
background: var(--baseColorMix);
width: 90%;
max-width: 90%;
max-width: 80%;
max-height: 90%;
width: 100%;
height: 100%;
border-radius: 10px;
box-shadow: var(--ciderShadow-Generic);