Merge pull request #2617 from iwalton3/tv-scroll-styling-chrome

Set scrollbar width in TV mode.
This commit is contained in:
Bill Thornton 2021-04-29 15:37:44 -04:00 committed by GitHub
commit c1b847a309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 4 deletions

View File

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

View File

@ -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;
}

View File

@ -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;
}

View File

@ -456,7 +456,8 @@ html {
background-color: #081b3b;
}
.layout-desktop ::-webkit-scrollbar {
.layout-desktop ::-webkit-scrollbar,
.layout-tv ::-webkit-scrollbar {
width: 1em;
height: 1em;
}