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

Align thread summary button with bubble messages on the left side #8388

Merged
merged 6 commits into from
May 10, 2022
Merged
Changes from 2 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
9 changes: 7 additions & 2 deletions res/css/views/rooms/_EventBubbleTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@ limitations under the License.
right: -100px; // to make sure it doesn't overflow to the left or cover sender profile
}

.mx_ThreadSummary {
margin-inline-start: calc(-1 * var(--gutterSize));
margin-inline-end: auto;
}

--backgroundColor: $eventbubble-others-bg;
}

Expand All @@ -173,8 +178,8 @@ limitations under the License.
}

.mx_ThreadSummary {
float: right;
margin-right: calc(-1 * var(--gutterSize));
margin-inline-start: auto;
margin-inline-end: calc(-1 * var(--gutterSize));
}

.mx_DisambiguatedProfile {
Expand Down