diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 4022662d90..cdaef97777 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -26,6 +26,7 @@ z-index: 1000; top: 0; border-bottom: 1px solid #111; + padding-left: 10px; } .viewMenuLink { @@ -502,6 +503,13 @@ a.itemTag:hover { max-width: 100%; } +@media all and (max-width: 550px) { + + .desktopViewMenuLink { + display: none; + } +} + @media all and (min-width: 600px) { .inlineDetailSection:not(.hide) { display: inline-block; @@ -522,6 +530,10 @@ a.itemTag:hover { @media all and (max-width: 750px) { + .editorMenuLink { + display: none; + } + .itemBackdrop { background-image: none!important; height: auto; diff --git a/dashboard-ui/css/search.css b/dashboard-ui/css/search.css index 1261930613..3dc68e25d2 100644 --- a/dashboard-ui/css/search.css +++ b/dashboard-ui/css/search.css @@ -47,6 +47,7 @@ overflow: hidden; font-size: 12px; color: #fff; + font-weight: normal !important; } .searchHintSecondaryText { diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js index c4eb8cacb9..6f2d57e534 100644 --- a/dashboard-ui/scripts/librarybrowser.js +++ b/dashboard-ui/scripts/librarybrowser.js @@ -2382,12 +2382,12 @@ var html = '