mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 10:45:51 +03:00
fix padding of badges
This commit is contained in:
parent
d8c32db14b
commit
d70842c3c7
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ limitations under the License.
|
|||
N.B. this has to come after the above _selected width tweaks */
|
||||
.mx_RoomTile_unreadNotify .mx_RoomTile_name,
|
||||
.mx_RoomTile_highlight .mx_RoomTile_name {
|
||||
padding-right: 36px;
|
||||
padding-right: 40px;
|
||||
}
|
||||
|
||||
.mx_RoomTile_selected .mx_RoomTile_name span {
|
||||
|
|
Loading…
Reference in a new issue