mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
Remove padding from event info line for hidden events on ThreadView (#9019)
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
parent
644b841591
commit
4844cc14bd
@ -968,8 +968,6 @@ $left-gutter: 64px;
|
||||
|
||||
// handling for hidden events (e.g reactions) in the thread view
|
||||
&.mx_EventTile_info {
|
||||
padding-top: 0;
|
||||
|
||||
.mx_EventTile_avatar {
|
||||
position: absolute;
|
||||
top: 1.5px; // Align with hidden event content
|
||||
@ -1000,6 +998,8 @@ $left-gutter: 64px;
|
||||
|
||||
&[data-layout=irc],
|
||||
&[data-layout=group] {
|
||||
padding-top: 0;
|
||||
|
||||
.mx_MessageTimestamp {
|
||||
top: 2px; // Align with avatar
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user