Align the right edge of info tile lines with normal ones on IRC layout (#9058)
* Apply inline start margin to info event tile line to align the right edge with normal event tile lines Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Rename the variable Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Add a test to check inline start margin Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Rerun CI Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Improve tests a little bit Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
parent
c5eaeafe8e
commit
92fce71e39
3 changed files with 35 additions and 9 deletions
|
@ -161,10 +161,6 @@ $irc-line-height: $font-18px;
|
|||
}
|
||||
|
||||
.mx_EventTile.mx_EventTile_info {
|
||||
.mx_EventTile_line {
|
||||
left: var(--EventTile_irc_line_info-inset-inline-start);
|
||||
}
|
||||
|
||||
.mx_ViewSourceEvent, // For hidden events
|
||||
.mx_TextualEvent {
|
||||
line-height: $irc-line-height;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue