From fd99cadec971d31ea184b746c835b1726fcbe2bc Mon Sep 17 00:00:00 2001 From: niubility000 <76441520+niubility000@users.noreply.github.com> Date: Wed, 13 Oct 2021 08:31:47 +0800 Subject: [PATCH] Add files via upload --- frontend/src/css/header.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/css/header.css b/frontend/src/css/header.css index 3a623424..51cc71f6 100644 --- a/frontend/src/css/header.css +++ b/frontend/src/css/header.css @@ -84,9 +84,11 @@ header .menu-button { #search #input { background-color: #f5f5f5; display: flex; - padding: 0.75em; + height: 3em; + padding: 0em 0.75em 0.0em 0.75em; border-radius: 0.3em; transition: .1s ease all; + align-items: center; z-index: 2; }