]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix avatar and caret position 3919/head
authorMichael Letzgus <www@chronos.michael-letzgus.de>
Sun, 19 Mar 2017 14:19:11 +0000 (15:19 +0100)
committerMichael Letzgus <www@chronos.michael-letzgus.de>
Sun, 19 Mar 2017 14:19:11 +0000 (15:19 +0100)
* Avatar image was not vertcially aligned
* The caret was below the avatar
* The surrounding <div> exceeded the title bar

Signed-off-by: Michael Letzgus <michaelletzgus@users.noreply.github.com>
core/css/header.scss

index 2f0c1522b0b7abfc3458678a6ce934d76e71f8dd..cd87a34ece8e1460bab1fcb34e53acfdb6991d3e 100644 (file)
@@ -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 {