From d4bafe86edd3969599c46d5b04065d4c798acf5a Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 14 Jul 2017 19:32:44 +0100 Subject: [PATCH] Restore navbar height --- static/src/scss/style.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/static/src/scss/style.scss b/static/src/scss/style.scss index f1d3090..7e6f1e4 100644 --- a/static/src/scss/style.scss +++ b/static/src/scss/style.scss @@ -73,8 +73,6 @@ blockquote p { } #header { - height: 2.5em; - line-height: 2.5em; nav > ul > li a { padding: 0 0.8em; @@ -84,11 +82,12 @@ blockquote p { nav { a { - overflow: hidden; text-overflow: ellipsis; white-space: nowrap; @media screen and (max-width: 840px) { + overflow: hidden; + &.link.depth-2 { display: none !important; }