From 8b6f499b9153e4f6705012222c1721f681cc2e17 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sun, 26 Oct 2025 21:07:34 +0530 Subject: [PATCH] Fix: Disabled scale on TVs to prevent overlaps and to improve some performance --- Theme/ElegantFin-theme-nightly.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 86cf954..a89ebfc 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -3779,4 +3779,30 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child { .remoteControlContent { 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; } \ No newline at end of file