diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 28f9bcef2a..6615e04ead 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -1086,6 +1086,7 @@ a.itemTag:hover { .spotlightContainer { min-height: 340px; + margin-top: 3em; } .spotlightPlaceHolder { @@ -1093,7 +1094,7 @@ a.itemTag:hover { } .spotlightTitle { - margin: 1em 0 .3em; + margin: 1em 0 .2em; } .spotlightContent { @@ -1141,7 +1142,7 @@ a.itemTag:hover { @media all and (max-height: 1079px) and (max-width: 1400px) { - .spotlight, .spotlightPlaceHolder, .spotlightTitle { + .spotlightContainer { display: none; } } diff --git a/dashboard-ui/metadatasubtitles.html b/dashboard-ui/metadatasubtitles.html index 627b79aec2..a8483893c0 100644 --- a/dashboard-ui/metadatasubtitles.html +++ b/dashboard-ui/metadatasubtitles.html @@ -22,7 +22,6 @@