mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
Fix lost padding of event tile info line (#9009)
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
parent
56258bcdb6
commit
bd8949872d
@ -365,7 +365,7 @@ $left-gutter: 64px;
|
||||
}
|
||||
|
||||
.mx_EventTile_line {
|
||||
padding: 3px 0 2px; // Align with mx_EventTile_avatar and mx_EventTile_e2eIcon
|
||||
padding-block: 3px 2px; // Align with mx_EventTile_avatar and mx_EventTile_e2eIcon
|
||||
|
||||
.mx_MessageTimestamp {
|
||||
top: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user