Fix: Disabled scale on TVs to prevent overlaps and to improve some performance

This commit is contained in:
lscambo13
2025-10-26 21:07:34 +05:30
parent 5209cbb8f1
commit 8b6f499b91

View File

@@ -3779,4 +3779,30 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
.remoteControlContent { .remoteControlContent {
padding: 0 var(--sidePadding) !important; padding: 0 var(--sidePadding) !important;
}
/* .layout-tv *,
.layout-tv *::before,
.layout-tv *::after {
transition-duration: .1s;
backdrop-filter: none !important;
-webkit-backdrop-filter: none !important;
box-shadow: none;
text-shadow: none;
filter: none !important;
-webkit-filter: none !important;
} */
/* .layout-tv .show-focus:not(.card):focus,
.layout-tv .show-animation:not(.card):focus {
transform: none !important;
} */
/* .layout-tv .blurhash-canvas {
display: none !important;
} */
.layout-tv .show-focus:focus,
.layout-tv .show-animation:focus {
transform: none !important;
} }