Fix avatar floating over debug log
bug introduced in: 0569d4c
This z-index property was previously to ensure the avatar floated above message
bubbles, but the message bubbles always have enough left margin so this
property is not needed.
fixes #650
// FREEBIE
This commit is contained in:
parent
a33e379c22
commit
85d6bc7533
2 changed files with 1 additions and 3 deletions
|
@ -77,7 +77,6 @@
|
||||||
line-height: 70px;
|
line-height: 70px;
|
||||||
margin-bottom: -60px;
|
margin-bottom: -60px;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 10;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -436,8 +436,7 @@ img.emoji {
|
||||||
height: 70px;
|
height: 70px;
|
||||||
line-height: 70px;
|
line-height: 70px;
|
||||||
margin-bottom: -60px;
|
margin-bottom: -60px;
|
||||||
position: relative;
|
position: relative; } }
|
||||||
z-index: 10; } }
|
|
||||||
|
|
||||||
.menu.conversation-menu button.drop-down {
|
.menu.conversation-menu button.drop-down {
|
||||||
background: url("/images/arrow_drop_down.png") no-repeat center; }
|
background: url("/images/arrow_drop_down.png") no-repeat center; }
|
||||||
|
|
Loading…
Reference in a new issue