For now, I put Config Page to below the main page temporary. Open Config Button does not work.
12 lines
238 B
SCSS
12 lines
238 B
SCSS
.container {
|
|
width: 100%;
|
|
height: 0%;
|
|
}
|
|
|
|
.wrapper {
|
|
height: var(--config_page_topbar_height);
|
|
background-color: var(--dark_850_color);
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-shrink: 0;
|
|
} |