diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-12-20 16:55:13 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-12-20 16:55:13 +0100 |
commit | 00405e7456990193ead6c65c17c678a1a3dcb596 (patch) | |
tree | 8b1c06b382b525804b09696c5d4d424afe43b318 | |
parent | f9ec0e80f54e75b37a61a38e17092e79abb05624 (diff) |
css: Reduce overlap of search-hints on input.
-rw-r--r-- | assets/mumi.scss | 5 |
1 files changed, 4 insertions, 1 deletions
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; |