[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

@@ -22,7 +22,7 @@
transform: translate(-50%, -50%);
overflow-y: auto;
background-color: var(--dark_900_color);
width: 60%;
width: 80%;
height: 96%;
padding: 2rem;
border-radius: 0.6rem;