Feature(custom): optimize upload modal ui

This commit is contained in:
Kuingsmile
2025-08-15 10:37:36 +08:00
parent d3a7f1b0a6
commit 8c80d51be0
9 changed files with 75 additions and 73 deletions
+2 -2
View File
@@ -862,7 +862,7 @@ input:checked + .switch-slider:before {
/* Drawer */
.drawer-overlay {
position: fixed;
top: 0;
top: 32px;
left: 0;
right: 0;
bottom: 0;
@@ -873,7 +873,7 @@ input:checked + .switch-slider:before {
}
.drawer-container {
background: var(--color-surface);
background: var(--color-background-secondary);
width: 60%;
max-width: 800px;
height: 100%;