3 Commits

3 changed files with 3837 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@@ -2332,8 +2332,6 @@ div[data-type="PhotoAlbum"] .play_arrow:before {
.mainDetailButtons {
justify-content: center;
/* test for 10.11.0 */
/* margin: 0 0 1em 0; */
margin: 0;
}
@@ -2345,7 +2343,7 @@ div[data-type="PhotoAlbum"] .play_arrow:before {
@media (min-width: 100em) {
.mainDetailButtons {
font-size: unset;
margin: 0 0 1em 0;
margin: 0;
}
}
@@ -3781,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;
}

File diff suppressed because it is too large Load Diff