Fix avatar and caret position

* 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>
This commit is contained in:
Michael Letzgus 2017-03-19 15:19:11 +01:00
parent 1983606f80
commit 0df6172036
1 changed files with 0 additions and 4 deletions

View 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 {