完善前端UI

This commit is contained in:
Azmat@qq.com
2026-08-20 10:41:28 +08:00
parent dcd9bf6b5e
commit b883fed981
15 changed files with 1182 additions and 583 deletions
+1 -1
View File
@@ -372,7 +372,7 @@
.library-page .lib-sel-bar {
position: fixed;
left: calc(164px + (100vw - 164px) / 2);
left: calc(var(--sidebar-width) + (100vw - var(--sidebar-width)) / 2);
bottom: 26px;
z-index: 100;
min-width: 410px;