improve(electron): polish ui

This commit is contained in:
charlie
2021-01-27 18:28:54 +08:00
parent 374af200cf
commit 952c4974ae
2 changed files with 3 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
--ls-z-index-level-5: 99999;
}
html:not(.is-mac) {
html {
::-webkit-scrollbar-thumb {
background-color: var(--ls-scrollbar-foreground-color);
}
@@ -26,7 +26,6 @@ html:not(.is-mac) {
::-webkit-scrollbar {
width: 8px;
height: 8px;
-webkit-border-radius: 100px;
}
::-webkit-scrollbar-thumb {