Files
VRCT/src-ui/windows/main_window/main_section/MainSection.module.scss
2024-07-25 01:01:22 +09:00

13 lines
237 B
SCSS

.container {
position: relative;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.language_selector_container {
width: 100%;
height: 100%;
}