Merge pull request #2617 from iwalton3/tv-scroll-styling-chrome
Set scrollbar width in TV mode.
(cherry picked from commit c1b847a309)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
committed by
Joshua M. Boniface
parent
b5d9ff9279
commit
7cf812df37
@@ -476,7 +476,8 @@ html {
|
||||
background-color: #3b3b3b;
|
||||
}
|
||||
|
||||
.layout-desktop ::-webkit-scrollbar {
|
||||
.layout-desktop ::-webkit-scrollbar,
|
||||
.layout-tv ::-webkit-scrollbar {
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
}
|
||||
|
||||
@@ -450,7 +450,8 @@ html {
|
||||
background-color: #3b3b3b;
|
||||
}
|
||||
|
||||
.layout-desktop ::-webkit-scrollbar {
|
||||
.layout-desktop ::-webkit-scrollbar,
|
||||
.layout-tv ::-webkit-scrollbar {
|
||||
width: 0.4em;
|
||||
height: 0.4em;
|
||||
}
|
||||
|
||||
@@ -595,7 +595,8 @@ a[data-role=button] {
|
||||
background-color: rgba(59, 59, 59, 0.5);
|
||||
}
|
||||
|
||||
.layout-desktop ::-webkit-scrollbar {
|
||||
.layout-desktop ::-webkit-scrollbar,
|
||||
.layout-tv ::-webkit-scrollbar {
|
||||
width: 0.4em;
|
||||
height: 1em;
|
||||
}
|
||||
|
||||
@@ -456,7 +456,8 @@ html {
|
||||
background-color: #081b3b;
|
||||
}
|
||||
|
||||
.layout-desktop ::-webkit-scrollbar {
|
||||
.layout-desktop ::-webkit-scrollbar,
|
||||
.layout-tv ::-webkit-scrollbar {
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user