diff --git a/app/static/css/dark-theme.css b/app/static/css/dark-theme.css index 3579752..d006540 100644 --- a/app/static/css/dark-theme.css +++ b/app/static/css/dark-theme.css @@ -70,7 +70,7 @@ select { } #search-bar { - border: 2px solid var(--whoogle-dark-element-bg) !important; + border-color: var(--whoogle-dark-element-bg) !important; color: var(--whoogle-dark-text) !important; } diff --git a/app/static/css/header.css b/app/static/css/header.css index a7c8461..61f6479 100644 --- a/app/static/css/header.css +++ b/app/static/css/header.css @@ -27,6 +27,11 @@ header { font-smoothing: antialiased; } +.search-bar-desktop { + border-radius: 8px 8px 0 0; + height: 40px !important; +} + .search-div { border-radius: 8px 8px 0 0; box-shadow: 0 1px 6px rgba(32, 33, 36, 0.18); @@ -37,6 +42,7 @@ header { height: 39px; display: flex; width: 100%; + margin: 0px; } .search-input { @@ -61,7 +67,6 @@ header { display: block; } - #main>div:focus-within { border-radius: 8px; box-shadow: 0 0 6px 1px #2375e8; diff --git a/app/templates/header.html b/app/templates/header.html index 1e0cbd3..4eb7822 100644 --- a/app/templates/header.html +++ b/app/templates/header.html @@ -1,7 +1,7 @@ {% if mobile %}
-
-
+