Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Remove inline margin from "From a thread" (ThreadSummaryIcon) on sear…
Browse files Browse the repository at this point in the history
…ch result panel on IRC layout (#8892)
  • Loading branch information
luixxiul authored Jun 25, 2022
1 parent ca93076 commit 9a94586
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
10 changes: 5 additions & 5 deletions res/css/views/rooms/_EventTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
padding-bottom: 3px;
line-height: $font-22px;
}

.mx_ThreadSummary,
.mx_ThreadSummaryIcon {
margin-left: $left-gutter;
}
}
}

Expand All @@ -104,11 +109,6 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
font-size: $font-14px;
position: relative;

.mx_ThreadSummary,
.mx_ThreadSummaryIcon {
margin-left: 64px;
}

.mx_EventTile_avatar {
top: 14px;
left: 8px;
Expand Down
5 changes: 0 additions & 5 deletions res/css/views/rooms/_IRCLayout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ $irc-line-height: $font-18px;
margin-right: $right-padding;
}

.mx_ThreadSummary {
margin-right: 0;
margin-left: 0;
}

> .mx_EventTile_msgOption {
order: 5;
flex-shrink: 0;
Expand Down

0 comments on commit 9a94586

Please sign in to comment.