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:
parent
1983606f80
commit
0df6172036
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue