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

Remove inline margin from "From a thread" (ThreadSummaryIcon) on search result panel on IRC layout #8892

Merged
merged 3 commits into from
Jun 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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