Changed the width of the settings window

This commit is contained in:
Core 2022-06-28 11:43:27 +01:00
parent 9320b7f412
commit 116db96843
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

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