From 7ac7a09c9d59092824da1e1ac102fe03a4bb43b6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 11 Oct 2017 21:34:34 +0200 Subject: [PATCH] css: sane default height of the top navpanel. So it's not too tiny when there's nothing inside. --- css/m-components.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/m-components.css b/css/m-components.css index 37d03a57..9278b8cc 100644 --- a/css/m-components.css +++ b/css/m-components.css @@ -100,6 +100,7 @@ code { body > header > nav { width: 100%; background-color: var(--header-background-color); + height: 3rem; } body > header > nav.m-navbar-landing, body > header > nav.m-navbar-jumbo { -- 2.30.2