[bugfix] Main Page: LanguageSelector: Go back button: add min width for prevent to shrink its width too much.

Config Page: SidebarSection: to not scroll x axis even if its label overflowed.
This commit is contained in:
Sakamoto Shiina
2025-03-15 15:06:50 +09:00
parent fec499cfad
commit fa2c851c5b
2 changed files with 9 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
flex-direction: column;
justify-content: space-between;
overflow-y: auto;
// overflow-x: hidden;
height: 100%;
max-height: 60rem;
}
@@ -59,7 +60,9 @@
}
.tab_text {
overflow: hidden;
font-size: 1.6rem;
text-overflow: ellipsis;
}
.separated_tabs_wrapper {