diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index d2a4ae9d3..1a239a673 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -381,7 +381,7 @@ a.itemTag:hover { background-size: cover; background-position: center 15%; background-repeat: no-repeat; - height: 540px; + height: 560px; border-bottom: 1px solid #111; position: relative; } @@ -483,6 +483,10 @@ a.itemTag:hover { text-overflow: ellipsis; } +.desktopOverview { + min-width: 500px; +} + .mobileOverview { display: none; padding: 0 1em; diff --git a/dashboard-ui/edititemmetadata.html b/dashboard-ui/edititemmetadata.html index 93c192de1..7d3820c47 100644 --- a/dashboard-ui/edititemmetadata.html +++ b/dashboard-ui/edititemmetadata.html @@ -383,7 +383,7 @@