Changed the width of the settings window
This commit is contained in:
parent
2c9bf5eb7e
commit
778d7dd64b
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue