From 00405e7456990193ead6c65c17c678a1a3dcb596 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 20 Dec 2022 16:55:13 +0100 Subject: css: Reduce overlap of search-hints on input. --- assets/mumi.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/mumi.scss b/assets/mumi.scss index e597f4d..e82ffce 100644 --- a/assets/mumi.scss +++ b/assets/mumi.scss @@ -227,7 +227,7 @@ nav span.navbar-text { display: none; position: absolute; background: white; - top: 2.5rem; + top: 4.3rem; border: 1px solid #ced4da; border-top: none; box-shadow: 3px 3px 10px #ddd; @@ -239,6 +239,9 @@ nav span.navbar-text { display: block; } #search { z-index: 3; } +#search.form-inline { + margin-bottom: 0; +} footer { border-color: #1A1A1A1A; -- cgit v1.2.3