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
@@ -478,8 +478,8 @@ html {
.layout-desktop ::-webkit-scrollbar,
.layout-tv ::-webkit-scrollbar {
width: 0.4em;
height: 0.4em;
width: 1em;
height: 1em;
}
::-webkit-scrollbar-thumb:horizontal,
+1 -1
View File
@@ -598,7 +598,7 @@ a[data-role=button] {
.layout-desktop ::-webkit-scrollbar,
.layout-tv ::-webkit-scrollbar {
width: 0.4em;
height: 0.4em;
height: 1em;
}
::-webkit-scrollbar-thumb:horizontal,
+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,