Fixed movie title clipping in player

This commit is contained in:
loof2736 2024-01-20 19:48:21 -05:00
parent 2125d33f84
commit ab92154da9
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@
} }
/* Background for home, hamburger, and Jellyfin */ /* Background for home, hamburger, and Jellyfin */
.layout-desktop .headerLeft::before { .layout-desktop:not(.transparentDocument) .headerLeft::before {
content: ""; content: "";
position: absolute; position: absolute;
top: 0; top: 0;

View File

@ -66,7 +66,7 @@
} }
/* Background for home, hamburger, and Jellyfin */ /* Background for home, hamburger, and Jellyfin */
.layout-desktop .headerLeft::before { .layout-desktop:not(.transparentDocument) .headerLeft::before {
content: ""; content: "";
position: absolute; position: absolute;
top: 0; top: 0;