For now, I put Config Page to below the main page temporary. Open Config Button does not work.
11 lines
235 B
SCSS
11 lines
235 B
SCSS
.container {
|
|
position: relative;
|
|
min-width: 23rem;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
background-color: var(--dark_850_color);
|
|
&.is_compact_mode {
|
|
min-width: auto;
|
|
}
|
|
} |