diff --git a/jellyfin.css b/jellyfin.css index 709522f..ba6966e 100644 --- a/jellyfin.css +++ b/jellyfin.css @@ -29,6 +29,19 @@ } */ +.featurediframe { + border-radius: var(--rounding) !important; + border: transparent; + height: 200px; + margin-bottom: 30px; +} + +@media only screen and (max-device-width: 767px) { + .featurediframe { + height: 16vh !important; + } +} + @media (min-device-width: 900px) { .section0 .overflowBackdropCard, .section0 .overflowSmallBackdropCard { width: 14vw;