diff --git a/plugins/jellyfin-enhanced.css b/plugins/jellyfin-enhanced.css index b38e2dd..37c876b 100644 --- a/plugins/jellyfin-enhanced.css +++ b/plugins/jellyfin-enhanced.css @@ -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; +} \ No newline at end of file