Shift read marker down by 5px

pull/630/head
David Baker 2016-01-14 16:45:13 +00:00
parent 9ada5f7ddd
commit a65a15e9bb
1 changed files with 2 additions and 0 deletions

View File

@ -175,6 +175,8 @@ hr.mx_RoomView_myReadMarker {
border-top: solid 1px #76cfa6;
border-bottom: solid 1px #76cfa6;
margin-top: 0px;
position: relative;
top: 5px;
}
.mx_RoomView_statusArea {