mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Make read up to line 2px and position relative so we can shift it up a little
This commit is contained in:
parent
c02d9890c5
commit
1e57aa8c78
@ -173,10 +173,12 @@ li.mx_RoomView_myReadMarker_container {
|
|||||||
}
|
}
|
||||||
|
|
||||||
hr.mx_RoomView_myReadMarker {
|
hr.mx_RoomView_myReadMarker {
|
||||||
|
position: relative;
|
||||||
|
top: -4px;
|
||||||
border-top: solid 1px #76cfa6;
|
border-top: solid 1px #76cfa6;
|
||||||
border-bottom: none;
|
border-bottom: solid 1px #76cfa6;
|
||||||
margin-top: -1px;
|
margin-top: -1px;
|
||||||
margin-bottom: 0px;
|
margin-bottom: -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomView_statusArea {
|
.mx_RoomView_statusArea {
|
||||||
|
Loading…
Reference in New Issue
Block a user