Fix new messages indicator being hidden behind chat messages on chromium
This commit is contained in:
parent
0d8dcc41b2
commit
f41e0bda82
2 changed files with 2 additions and 1 deletions
|
|
@ -651,6 +651,7 @@ input#logout[type="submit"]:hover {
|
|||
}
|
||||
|
||||
#newmessages-indicator {
|
||||
position: relative;
|
||||
margin-top: -30px;
|
||||
line-height: 30px;
|
||||
height: 30px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue