fix padding of badges
This commit is contained in:
parent
d8c32db14b
commit
d70842c3c7
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue