From 7bf61d561481aca1ebecbe3f84d4b14cd917858e Mon Sep 17 00:00:00 2001 From: martincupela Date: Tue, 4 Feb 2025 12:58:52 +0100 Subject: [PATCH] fix: add margin only to other users' messages without open actions dialog --- src/v2/styles/Message/Message-layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/styles/Message/Message-layout.scss b/src/v2/styles/Message/Message-layout.scss index b0b7a475..76980d85 100644 --- a/src/v2/styles/Message/Message-layout.scss +++ b/src/v2/styles/Message/Message-layout.scss @@ -375,7 +375,7 @@ } } -.str-chat__message--other .str-chat__message-inner { +.str-chat__message--other .str-chat__message-inner:not(:has(.str-chat__message-options--active)) { margin-inline-end: var(--str-chat-message-options-size); }