Don't lose theme-specific sizing.

This commit is contained in:
Ian Walton
2021-04-24 13:16:24 -04:00
parent e19b739c79
commit ea99c427b1
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -458,8 +458,8 @@ html {
.layout-desktop ::-webkit-scrollbar,
.layout-tv ::-webkit-scrollbar {
width: 0.4em;
height: 0.4em;
width: 1em;
height: 1em;
}
::-webkit-scrollbar-thumb:horizontal,