From b4cf86a362faf791b7498bc38071b122207fa4ae Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Thu, 1 Sep 2016 17:00:52 +0100 Subject: [PATCH] fix padding-top for unread msgs --- .../vector/css/matrix-react-sdk/structures/RoomStatusBar.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/skins/vector/css/matrix-react-sdk/structures/RoomStatusBar.css b/src/skins/vector/css/matrix-react-sdk/structures/RoomStatusBar.css index 22a4f69383..ef0b69c4d0 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/RoomStatusBar.css +++ b/src/skins/vector/css/matrix-react-sdk/structures/RoomStatusBar.css @@ -75,6 +75,7 @@ limitations under the License. } .mx_RoomStatusBar_unreadMessagesBar { + padding-top: 10px; color: #ff0064; cursor: pointer; }