mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-11-07 15:25:26 +00:00
Fix: Disabled scale on TVs to prevent overlaps and to improve some performance
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user