From 509a16402d9577bf5938e7d6c2f9ad6a8030003f Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Fri, 29 Apr 2022 20:22:55 +0000 Subject: [PATCH] Align thread summary button with bubble messages on the left side Signed-off-by: Suguru Hirahara --- res/css/views/rooms/_EventBubbleTile.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/res/css/views/rooms/_EventBubbleTile.scss b/res/css/views/rooms/_EventBubbleTile.scss index 4104ae42733..4c7b7a9d779 100644 --- a/res/css/views/rooms/_EventBubbleTile.scss +++ b/res/css/views/rooms/_EventBubbleTile.scss @@ -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; } @@ -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 {