mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
New CSS for read markers
This commit is contained in:
parent
dfcc923c91
commit
c02d9890c5
@ -164,9 +164,19 @@ limitations under the License.
|
|||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li.mx_RoomView_myReadMarker_container {
|
||||||
|
height: 0px;
|
||||||
|
margin: 0px;
|
||||||
|
padding: 0px;
|
||||||
|
margin-bottom: -8px;
|
||||||
|
border: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
hr.mx_RoomView_myReadMarker {
|
hr.mx_RoomView_myReadMarker {
|
||||||
border-top: solid 1px #76cfa6;
|
border-top: solid 1px #76cfa6;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
|
margin-top: -1px;
|
||||||
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomView_statusArea {
|
.mx_RoomView_statusArea {
|
||||||
|
Loading…
Reference in New Issue
Block a user