From c02d9890c57edeb3d2634beb059ed668ce5e4ab3 Mon Sep 17 00:00:00 2001 From: David Baker Date: Sat, 9 Jan 2016 00:09:11 +0000 Subject: [PATCH] New CSS for read markers --- .../css/matrix-react-sdk/structures/RoomView.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/skins/vector/css/matrix-react-sdk/structures/RoomView.css b/src/skins/vector/css/matrix-react-sdk/structures/RoomView.css index db68f4418f..710d680110 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/RoomView.css +++ b/src/skins/vector/css/matrix-react-sdk/structures/RoomView.css @@ -164,9 +164,19 @@ limitations under the License. margin-bottom: 12px; } +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: none; + margin-top: -1px; + margin-bottom: 0px; } .mx_RoomView_statusArea {