Files
VRCT/src-ui/windows/config_window/topbar/Topbar.module.scss
2024-07-25 01:01:22 +09:00

12 lines
240 B
SCSS

.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;
}