Fix avatar alignment

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-02-03 08:16:07 +01:00
parent eee9cf153b
commit 9a131efc1a

View File

@@ -37,7 +37,7 @@ $left-gutter: 64px;
}
.mx_EventTile.mx_EventTile_info .mx_EventTile_avatar {
top: $font-8px;
top: $font-5px;
left: $left-gutter;
}