From 7a7aad0503ac95aae4ef751369238a125db72c11 Mon Sep 17 00:00:00 2001 From: Skia Date: Sun, 3 Oct 2021 16:08:53 +0200 Subject: [PATCH] style: fix header bar on medium size screens --- core/static/core/style.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/static/core/style.scss b/core/static/core/style.scss index 934535a0..f3ddd8f3 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -214,7 +214,6 @@ header { } #header_bars_infos { - width: 35ch; flex: initial; list-style-type: none; margin: 0.2em 0.2em; @@ -225,13 +224,12 @@ header { flex: auto; margin: 0.8em 0em; input { - width: 12ch; + width: 14ch; } } #header_user_links { display: flex; - // width: 120ch; flex: initial; flex-wrap: wrap; text-align: right;