Files
VRCT/src-ui/windows/config_window/ConfigWindow.module.scss
Sakamoto Shiina e8fd6b724d [Update/bugfix] To get software version.(show it to the console for now.)
fix the error that was wrong amount arguments.
2024-08-08 16:36:40 +09:00

24 lines
482 B
SCSS

.container {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
background-color: var(--dark_950_color);
overflow: hidden;
position: relative;
}
.main_container {
width: 100%;
height: 100%;
display: flex;
padding-top: var(--config_window_topbar_height);
}
.software_version {
position: absolute;
bottom: 0.8rem;
left: 1.2rem;
font-size: 1.4rem;
}