diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index dc825bfbd0..53a282e026 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -379,6 +379,13 @@ a.itemTag:hover { overflow: hidden; } +@media all and (min-width: 600px) { + .inlineDetailSection:not(.hide) { + display: inline-block; + margin-bottom: 2em; + } +} + @media all and (max-width: 750px) { .itemBackdrop { @@ -425,9 +432,6 @@ a.itemTag:hover { } } -@media all and (min-width: 1200px) { -} - @media all and (min-width: 650px) { .libraryPage .ui-content { padding: 15px 20px 100px; diff --git a/dashboard-ui/itemdetails.html b/dashboard-ui/itemdetails.html index 3010694b8d..b755e5e05f 100644 --- a/dashboard-ui/itemdetails.html +++ b/dashboard-ui/itemdetails.html @@ -122,47 +122,39 @@
-
-