diff --git a/src/themes/blueradiance/theme.css b/src/themes/blueradiance/theme.css index f8ef781beb..76275f5c16 100644 --- a/src/themes/blueradiance/theme.css +++ b/src/themes/blueradiance/theme.css @@ -476,7 +476,8 @@ html { background-color: #3b3b3b; } -.layout-desktop ::-webkit-scrollbar { +.layout-desktop ::-webkit-scrollbar, +.layout-tv ::-webkit-scrollbar { width: 1em; height: 1em; } diff --git a/src/themes/dark/theme.css b/src/themes/dark/theme.css index d1f0ead9e7..f1c17fe9fd 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 ad85d39583..dc9cb9de48 100644 --- a/src/themes/purplehaze/theme.css +++ b/src/themes/purplehaze/theme.css @@ -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; } diff --git a/src/themes/wmc/theme.css b/src/themes/wmc/theme.css index 3367821be1..3004a2db5b 100644 --- a/src/themes/wmc/theme.css +++ b/src/themes/wmc/theme.css @@ -456,7 +456,8 @@ html { background-color: #081b3b; } -.layout-desktop ::-webkit-scrollbar { +.layout-desktop ::-webkit-scrollbar, +.layout-tv ::-webkit-scrollbar { width: 1em; height: 1em; }