From 1e57aa8c783c563df65a356a2d2f90df333a379d Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 11 Jan 2016 10:52:29 +0000 Subject: [PATCH] Make read up to line 2px and position relative so we can shift it up a little --- .../vector/css/matrix-react-sdk/structures/RoomView.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 710d680110..2d8b3f1509 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/RoomView.css +++ b/src/skins/vector/css/matrix-react-sdk/structures/RoomView.css @@ -173,10 +173,12 @@ li.mx_RoomView_myReadMarker_container { } hr.mx_RoomView_myReadMarker { + position: relative; + top: -4px; border-top: solid 1px #76cfa6; - border-bottom: none; + border-bottom: solid 1px #76cfa6; margin-top: -1px; - margin-bottom: 0px; + margin-bottom: -1px; } .mx_RoomView_statusArea {