1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Hide primary image wrapper when no image is available

This commit is contained in:
Bill Thornton 2020-12-18 10:23:36 -05:00
parent e9d956f5f1
commit 628b525f1a

View file

@ -5,7 +5,7 @@
<div class="detailLogo"></div>
<div class="detailPageWrapperContainer">
<div class="detailPagePrimaryContainer padded-left padded-right">
<div class="primaryImageWrapper">
<div class="primaryImageWrapper hide">
<img id="primaryImage" />
</div>