[Update] Migrate to tauri-app(Web UI)
This commit is contained in:
12
src-ui/windows/config_window/topbar/Topbar.module.scss
Normal file
12
src-ui/windows/config_window/topbar/Topbar.module.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 0%;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
height: var(--config_window_topbar_height);
|
||||
background-color: var(--dark_850_color);
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user