Set scrollbar width on TV mode.
This commit is contained in:
parent
1794ab53fe
commit
e19b739c79
4 changed files with 13 additions and 9 deletions
|
@ -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,
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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,
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue