From 7b725ea55c2ed75d9fc8bfb03dd898a1564c5901 Mon Sep 17 00:00:00 2001 From: Roni Laukkarinen Date: Sun, 17 Apr 2022 13:39:52 +0300 Subject: [PATCH] Fix the alignment of the header buttons --- client/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/css/style.css b/client/css/style.css index 864451f7..d7459a35 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -613,7 +613,6 @@ p { line-height: 1; height: 36px; width: 36px; - margin-top: 6px; flex-shrink: 0; } @@ -1061,6 +1060,7 @@ textarea.input { } .header { + align-items: center; line-height: 45px; height: 45px; padding: 0 6px;