[Update/bugfix] Quick Settings: Expand width.

Config Page: Sidebar: shrink width a bit.
Config Page: Setting Box: each component: Fix gap to prevent sliders cover the label.
This commit is contained in:
Sakamoto Shiina
2024-12-17 23:56:30 +09:00
parent 0f7bc29069
commit 8629d9aa4a
4 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
justify-content: space-between;
align-items: center;
padding: 2rem;
gap: 6rem;
gap: 10rem;
&.flex_column {
flex-direction: column;
}