Update theme

This commit is contained in:
rydesun 2020-11-14 15:10:36 +08:00
parent 67fc425793
commit 8d6c809a1f
2 changed files with 3 additions and 2 deletions

View file

@ -26,7 +26,7 @@
}
#sidebar {
min-width: 11em !important;
min-width: 10em !important;
}
/* 暗色侧边栏 */
@ -45,6 +45,7 @@ treechildren::-moz-tree-separator {
border-color: #333 !important
}
#sidebar-splitter {
width: 4px !important;
border: 0px !important;
background-color: var(--frame-background-color) !important;
}