mirror of https://github.com/calzoneman/sync.git
Fix new messages indicator being hidden behind chat messages on chromium
This commit is contained in:
parent
0d8dcc41b2
commit
f41e0bda82
|
@ -2,7 +2,7 @@
|
||||||
"author": "Calvin Montgomery",
|
"author": "Calvin Montgomery",
|
||||||
"name": "CyTube",
|
"name": "CyTube",
|
||||||
"description": "Online media synchronizer and chat",
|
"description": "Online media synchronizer and chat",
|
||||||
"version": "3.82.3",
|
"version": "3.82.4",
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "http://github.com/calzoneman/sync"
|
"url": "http://github.com/calzoneman/sync"
|
||||||
},
|
},
|
||||||
|
|
|
@ -651,6 +651,7 @@ input#logout[type="submit"]:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
#newmessages-indicator {
|
#newmessages-indicator {
|
||||||
|
position: relative;
|
||||||
margin-top: -30px;
|
margin-top: -30px;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
|
Loading…
Reference in New Issue