Width change (again)
This commit is contained in:
parent
778d7dd64b
commit
462fa30980
1 changed files with 2 additions and 2 deletions
|
@ -1937,9 +1937,9 @@
|
||||||
|
|
||||||
.settings-window {
|
.settings-window {
|
||||||
background: var(--baseColorMix);
|
background: var(--baseColorMix);
|
||||||
width: 90%;
|
max-width: 80%;
|
||||||
max-width: 90%;
|
|
||||||
max-height: 90%;
|
max-height: 90%;
|
||||||
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
box-shadow: var(--ciderShadow-Generic);
|
box-shadow: var(--ciderShadow-Generic);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue