diff --git a/src/themes/blueradiance/theme.css b/src/themes/blueradiance/theme.css index f8ef781be..a108cab0c 100644 --- a/src/themes/blueradiance/theme.css +++ b/src/themes/blueradiance/theme.css @@ -476,9 +476,10 @@ html { background-color: #3b3b3b; } -.layout-desktop ::-webkit-scrollbar { - width: 1em; - height: 1em; +.layout-desktop ::-webkit-scrollbar, +.layout-tv ::-webkit-scrollbar { + width: 0.4em; + height: 0.4em; } ::-webkit-scrollbar-thumb:horizontal, diff --git a/src/themes/dark/theme.css b/src/themes/dark/theme.css index d1f0ead9e..f1c17fe9f 100644 --- a/src/themes/dark/theme.css +++ b/src/themes/dark/theme.css @@ -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; } diff --git a/src/themes/purplehaze/theme.css b/src/themes/purplehaze/theme.css index ad85d3958..8b6b61d94 100644 --- a/src/themes/purplehaze/theme.css +++ b/src/themes/purplehaze/theme.css @@ -595,9 +595,10 @@ 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; + height: 0.4em; } ::-webkit-scrollbar-thumb:horizontal, diff --git a/src/themes/wmc/theme.css b/src/themes/wmc/theme.css index 3367821be..2af8d0d13 100644 --- a/src/themes/wmc/theme.css +++ b/src/themes/wmc/theme.css @@ -456,9 +456,10 @@ html { background-color: #081b3b; } -.layout-desktop ::-webkit-scrollbar { - width: 1em; - height: 1em; +.layout-desktop ::-webkit-scrollbar, +.layout-tv ::-webkit-scrollbar { + width: 0.4em; + height: 0.4em; } ::-webkit-scrollbar-thumb:horizontal,