Files
VRCT/src-ui/app/main_page/sidebar_section/logo/Logo.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

18 lines
283 B
SCSS

.container {
height: var(--main_page_topbar_height);
display: flex;
justify-content: center;
align-items: center;
}
.logo {
width: 12rem;
height: auto;
margin: auto;
}
.logo_chato {
width: 2rem;
height: auto;
margin: auto;
}