Files
VRCT/src-ui/app/config_page/ConfigPage.module.scss
Sakamoto Shiina ef5eb2fb40 [Update/Perf] Config Page: Device Tab. Add threshold_component(dev).
Improve re-render, unnecessary, problem.
2024-09-07 21:32:44 +09:00

33 lines
606 B
SCSS

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