完善前端UI
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user