Set scrollbar width on TV mode.

This commit is contained in:
Ian Walton 2021-04-24 13:08:23 -04:00
parent 1794ab53fe
commit e19b739c79
4 changed files with 13 additions and 9 deletions

View file

@ -476,9 +476,10 @@ html {
background-color: #3b3b3b; background-color: #3b3b3b;
} }
.layout-desktop ::-webkit-scrollbar { .layout-desktop ::-webkit-scrollbar,
width: 1em; .layout-tv ::-webkit-scrollbar {
height: 1em; width: 0.4em;
height: 0.4em;
} }
::-webkit-scrollbar-thumb:horizontal, ::-webkit-scrollbar-thumb:horizontal,

View file

@ -450,7 +450,8 @@ html {
background-color: #3b3b3b; background-color: #3b3b3b;
} }
.layout-desktop ::-webkit-scrollbar { .layout-desktop ::-webkit-scrollbar,
.layout-tv ::-webkit-scrollbar {
width: 0.4em; width: 0.4em;
height: 0.4em; height: 0.4em;
} }

View file

@ -595,9 +595,10 @@ a[data-role=button] {
background-color: rgba(59, 59, 59, 0.5); background-color: rgba(59, 59, 59, 0.5);
} }
.layout-desktop ::-webkit-scrollbar { .layout-desktop ::-webkit-scrollbar,
.layout-tv ::-webkit-scrollbar {
width: 0.4em; width: 0.4em;
height: 1em; height: 0.4em;
} }
::-webkit-scrollbar-thumb:horizontal, ::-webkit-scrollbar-thumb:horizontal,

View file

@ -456,9 +456,10 @@ html {
background-color: #081b3b; background-color: #081b3b;
} }
.layout-desktop ::-webkit-scrollbar { .layout-desktop ::-webkit-scrollbar,
width: 1em; .layout-tv ::-webkit-scrollbar {
height: 1em; width: 0.4em;
height: 0.4em;
} }
::-webkit-scrollbar-thumb:horizontal, ::-webkit-scrollbar-thumb:horizontal,