mirror of https://github.com/vector-im/riot-web
Fix lost padding of event tile info line (#9009)
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>pull/28217/head
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