Remove line-height declarations from _ReplyTile.scss (#8932)
* Set line-height for ReplyTile on IRC, modern, and bubble layout Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Move line-height style block to _EventTile.scss Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Move line-height style block to _EventTile.scss Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Revert "Move line-height style block to _EventTile.scss" This reverts commit 523a60b17afd849556296b43e60c6e02768e8d8f. Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Revert "Move line-height style block to _EventTile.scss" This reverts commit 0f832e19e8c6a42b885f38adb40caeb08361d0e7. Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Revert "Set line-height for ReplyTile on IRC, modern, and bubble layout" This reverts commit d3146ab49756a32b43f48d8ec3665eb74c955a01. Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Remove line-height declarations to let inherited values used Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
parent
68c94c6400
commit
9c0d2080f2
2 changed files with 4 additions and 5 deletions
|
@ -99,6 +99,8 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
|
|||
}
|
||||
|
||||
&[data-layout=group] {
|
||||
--EventTile_group_line-line-height: $font-22px;
|
||||
|
||||
> .mx_DisambiguatedProfile {
|
||||
line-height: $font-20px;
|
||||
margin-left: $left-gutter;
|
||||
|
@ -124,7 +126,7 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
|
|||
padding-top: 1px;
|
||||
padding-bottom: 3px;
|
||||
padding-left: $left-gutter;
|
||||
line-height: $font-22px;
|
||||
line-height: var(--EventTile_group_line-line-height);
|
||||
}
|
||||
|
||||
.mx_EventTile_e2eIcon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue