From 0df61720365da19cc3d1f09f1ce9eb8b98daab54 Mon Sep 17 00:00:00 2001 From: Michael Letzgus Date: Sun, 19 Mar 2017 15:19:11 +0100 Subject: [PATCH] Fix avatar and caret position * Avatar image was not vertcially aligned * The caret was below the avatar * The surrounding
exceeded the title bar Signed-off-by: Michael Letzgus --- core/css/header.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/css/header.scss b/core/css/header.scss index 2f0c1522b0b..cd87a34ece8 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -399,7 +399,6 @@ nav { /* Profile picture in header */ .avatardiv { - margin-right: 8px; cursor: pointer; height: 32px; width: 32px; @@ -458,9 +457,6 @@ nav { .avatardiv.avatardiv-shown + #expandDisplayName { display: none; } - #expand { - display: block; - } } #appmenu {