diff --git a/navigator/navigator.css b/navigator/navigator.css index b788032..f36ba8a 100644 --- a/navigator/navigator.css +++ b/navigator/navigator.css @@ -180,13 +180,33 @@ body::-webkit-scrollbar-thumb { padding-bottom: 0; } +.nav-header { + align-items: baseline; +} + input[type="text"] { background-color: var(--container); color: inherit; - flex-grow: 1; padding: 0.25em 1em 0.25em 1em; border: 1px solid var(--border); border-radius: 4px; + min-width: 30px; +} + +.navigation-bar { + flex-basis: 0; + flex-grow: 5; +} + +.search-bar { + flex-basis: 0; + flex-grow: 2; +} + +.search-bar + i { + position: relative; + right: 30px; + width: 0; } .inner-container { @@ -280,14 +300,6 @@ input[type="text"] { z-index: 10; } -.contents-view-list > .list-view-top-spacer { - height: 30px; -} - -.contents-view-grid > .list-view-top-spacer { - display: none; -} - .contents-view-list-header > div { cursor: pointer; position: relative; diff --git a/navigator/navigator.html b/navigator/navigator.html index b606fba..5df2ad9 100644 --- a/navigator/navigator.html +++ b/navigator/navigator.html @@ -37,7 +37,7 @@
-
+