Files
VRCT/src-ui/app/main_page/main_section/MainSection.module.scss
Sakamoto Shiina 3ed3d5eb40 [Update] Combine in one window. Rename Main/Config Window to Main/Config Page accordingly.
For now, I put Config Page to below the main page temporary. Open Config Button does not work.
2024-08-09 12:23:17 +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%;
}