Restyle the Streaming Lookup Container on TV show and movie pages added my Jellyfin Enhanced

This commit is contained in:
2026-07-27 16:15:48 -06:00
parent 4d8ef829e6
commit 19b690ac9d

View File

@@ -128,4 +128,17 @@
.cardImageContainer .cardIndicators~.genre-overlay-container {
margin-top: clamp(24px, 7vw, 38px);
}
/* ================ STREAMING LOOKUP CONTAINER ================ */
.streaming-lookup-container {
margin: 16px 0 !important;
}
/* Remove styling of streaming lookup container */
.streaming-lookup-container > div {
padding: 0 !important;
background: transparent !important;
border: none !important;
}