fix padding-top for unread msgs

This commit is contained in:
Matthew Hodgson 2016-09-01 17:00:52 +01:00
parent 49e5fa41ad
commit b4cf86a362

View file

@ -75,6 +75,7 @@ limitations under the License.
}
.mx_RoomStatusBar_unreadMessagesBar {
padding-top: 10px;
color: #ff0064;
cursor: pointer;
}