Don't lose theme-specific sizing.
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user