[Update] Config Page: Adjust sidebar sizes to smaller.

This commit is contained in:
Sakamoto Shiina
2024-09-02 08:10:17 +09:00
parent e9d4ce2012
commit ed26d157b5
3 changed files with 5 additions and 5 deletions

View File

@@ -5,5 +5,5 @@
}
.container {
margin: 0rem 4rem 16rem 3.2rem;
margin: 0rem 4rem 16rem 0.6rem;
}

View File

@@ -4,7 +4,7 @@
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 5.8rem 0rem 5.8rem 2.8rem;
padding: 0rem 0rem 5.8rem 1.6rem;
max-height: 60rem;
}
@@ -23,7 +23,7 @@
justify-content: left;
align-items: center;
color: var(--dark_basic_text_color);
padding: 0.8rem 0 0.8rem 1.8rem;
padding: 0.8rem 0 0.8rem 1.2rem;
cursor: pointer;
&:hover {
background-color: var(--dark_800_color);
@@ -55,7 +55,7 @@
}
.tab_text {
font-size: 1.8rem;
font-size: 1.6rem;
}
.separated_tabs_wrapper {

View File

@@ -46,6 +46,6 @@
--main_page_topbar_height: 4.8rem;
--config_page_sidebar_width: 22rem;
--config_page_sidebar_width: 18rem;
--config_page_topbar_height: 8rem;
}