mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Merge pull request #630 from vector-im/read_marker_position
Shift read marker down by 5px
This commit is contained in:
commit
ea6ed81517
@ -175,6 +175,8 @@ hr.mx_RoomView_myReadMarker {
|
|||||||
border-top: solid 1px #76cfa6;
|
border-top: solid 1px #76cfa6;
|
||||||
border-bottom: solid 1px #76cfa6;
|
border-bottom: solid 1px #76cfa6;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
|
position: relative;
|
||||||
|
top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomView_statusArea {
|
.mx_RoomView_statusArea {
|
||||||
|
Loading…
Reference in New Issue
Block a user