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