Fix: Disabled scale on TVs to prevent overlaps and to improve some performance
This commit is contained in:
parent
5209cbb8f1
commit
8b6f499b91
1 changed files with 26 additions and 0 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue