From 1265a44e991a22100678c84c7d9da7edda456412 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 20 Dec 2022 22:15:45 +0100 Subject: css: Resize search box. --- assets/mumi.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/assets/mumi.scss b/assets/mumi.scss index 0df6afd..199b95e 100644 --- a/assets/mumi.scss +++ b/assets/mumi.scss @@ -231,7 +231,7 @@ nav span.navbar-text { display: none; position: absolute; background: var(--background-color); - top: 4.3rem; + top: 3rem; border: 1px solid #ced4da; border-top: none; box-shadow: 3px 3px 10px #ddd; @@ -247,6 +247,13 @@ nav span.navbar-text { margin-bottom: 0; } +#search input { + background-color: var(--background-color); +} +#search.form-inline input { + height: 1.3em; +} + body > footer { border-color: #1A1A1A1A; border-style: dashed none none none; -- cgit v1.2.3