fix padding of badges

This commit is contained in:
Matthew Hodgson 2016-05-20 12:21:45 +01:00
parent d8c32db14b
commit d70842c3c7

View file

@ -103,7 +103,7 @@ limitations under the License.
N.B. this has to come after the above _selected width tweaks */ N.B. this has to come after the above _selected width tweaks */
.mx_RoomTile_unreadNotify .mx_RoomTile_name, .mx_RoomTile_unreadNotify .mx_RoomTile_name,
.mx_RoomTile_highlight .mx_RoomTile_name { .mx_RoomTile_highlight .mx_RoomTile_name {
padding-right: 36px; padding-right: 40px;
} }
.mx_RoomTile_selected .mx_RoomTile_name span { .mx_RoomTile_selected .mx_RoomTile_name span {