Hopefully working CSS that doesn't cause the messages to jump about when a read marker disappears.
This commit is contained in:
parent
6cd0aeb607
commit
977b223929
3 changed files with 3 additions and 5 deletions
|
@ -168,15 +168,13 @@ li.mx_RoomView_myReadMarker_container {
|
|||
height: 0px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
margin-bottom: -8px;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
hr.mx_RoomView_myReadMarker {
|
||||
border-top: solid 1px #76cfa6;
|
||||
border-bottom: solid 1px #76cfa6;
|
||||
margin-top: -1px;
|
||||
margin-bottom: -1px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.mx_RoomView_statusArea {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue