diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2017-03-20 08:07:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-20 08:07:12 +0100 |
commit | 8f3cb5b01caa9183c71326790b3d6a1d6b7ab498 (patch) | |
tree | 680af4938fa56fcc776a53a029076ffaffb1ca09 | |
parent | 528a903a7b23ea628e6ec2fc9a221821297c0bec (diff) | |
parent | 0df61720365da19cc3d1f09f1ce9eb8b98daab54 (diff) | |
download | nextcloud-server-8f3cb5b01caa9183c71326790b3d6a1d6b7ab498.tar.gz nextcloud-server-8f3cb5b01caa9183c71326790b3d6a1d6b7ab498.zip |
Merge pull request #3919 from michaelletzgus/layout-fix_avatar
Fix avatar and caret position
-rw-r--r-- | core/css/header.scss | 4 |
1 files changed, 0 insertions, 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 { |