Update firefox css: sidebar shadow

This commit is contained in:
rydesun 2022-12-16 23:29:39 +08:00
parent 00984f5c94
commit 78c1c656a1
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
:root {
--color-background-dark: #1c1b22;
--color-shadow: black;
--color-shadow: grey;
}

View file

@ -13,11 +13,12 @@
> #sidebar:hover {
min-width: 200px !important;
max-width: 200px !important;
box-shadow: 1px 0 10px var(--color-shadow);
box-shadow: 1px 0 8px var(--color-shadow);
}
#sidebar-box[sidebarcommand="_3c078156-979c-498b-8990-85f7987dd929_-sidebar-action"]
> #sidebar {
transition: all 200ms;
box-shadow: 1px 0 ThreeDShadow;
}
/* 隐藏Sidebery侧边栏的头部 */