Changed the width of the settings window

This commit is contained in:
Core 2022-06-28 11:43:27 +01:00
parent 2c9bf5eb7e
commit 778d7dd64b
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -1937,12 +1937,12 @@
.settings-window { .settings-window {
background: var(--baseColorMix); background: var(--baseColorMix);
max-width: 1024px; width: 90%;
min-width: 850px; max-width: 90%;
max-height: 90%;
height: 100%; height: 100%;
border-radius: 10px; border-radius: 10px;
box-shadow: var(--ciderShadow-Generic); box-shadow: var(--ciderShadow-Generic);
max-height: 90%;
overflow: hidden; overflow: hidden;
display: flex; display: flex;
align-items: center; align-items: center;