diff --git a/src/features/nav/components/Navbar.vue b/src/features/nav/components/Navbar.vue index 42e79a8..e8a6482 100644 --- a/src/features/nav/components/Navbar.vue +++ b/src/features/nav/components/Navbar.vue @@ -15,9 +15,25 @@ limitations under the License. --> @@ -25,6 +41,12 @@ import logo from '@/assets/images/logo.svg'; + @@ -41,7 +63,8 @@ import logo from '@/assets/images/logo.svg'; display: flex; justify-content: space-between; align-items: center; - padding: 10px 40px; + padding: 18px 40px; + height: 42px; } .global-nav .right-links { @@ -66,4 +89,7 @@ import logo from '@/assets/images/logo.svg'; height: 24px; width: auto; } - \ No newline at end of file +.search-bar { + width: 70%; +} + diff --git a/src/features/search/views/SearchResultsView.vue b/src/features/search/views/SearchResultsView.vue index 4a8d41b..62b7f4e 100644 --- a/src/features/search/views/SearchResultsView.vue +++ b/src/features/search/views/SearchResultsView.vue @@ -15,22 +15,13 @@ limitations under the License. --> - - {{ t('search.error.searchNotAvailable') }}
{{ t('search.error.searchNotAvailable') }}