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

Commit 509a164

Browse files
committed
Align thread summary button with bubble messages on the left side
Signed-off-by: Suguru Hirahara <[email protected]>
1 parent 36fd9cb commit 509a164

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

res/css/views/rooms/_EventBubbleTile.scss

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,11 @@ limitations under the License.
149149
right: -100px; // to make sure it doesn't overflow to the left or cover sender profile
150150
}
151151

152+
.mx_ThreadSummary {
153+
margin-inline-start: calc(-1 * var(--gutterSize));
154+
margin-inline-end: auto;
155+
}
156+
152157
--backgroundColor: $eventbubble-others-bg;
153158
}
154159

@@ -173,8 +178,8 @@ limitations under the License.
173178
}
174179

175180
.mx_ThreadSummary {
176-
float: right;
177-
margin-right: calc(-1 * var(--gutterSize));
181+
margin-inline-start: auto;
182+
margin-inline-end: calc(-1 * var(--gutterSize));
178183
}
179184

180185
.mx_DisambiguatedProfile {

0 commit comments

Comments
 (0)