[Update] Migrate to tauri-app(Web UI)
This commit is contained in:
16
src-ui/windows/config_window/ConfigWindow.module.scss
Normal file
16
src-ui/windows/config_window/ConfigWindow.module.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
background-color: var(--dark_950_color);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.main_container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
padding-top: var(--config_window_topbar_height);
|
||||
}
|
||||
Reference in New Issue
Block a user