From 7606fdc31c1fe6e1de1301f0deaf19b76cba1c32 Mon Sep 17 00:00:00 2001 From: "Evgeny @ SimpleX Chat" <259188159+evgeny-simplex@users.noreply.github.com> Date: Sun, 31 May 2026 11:38:14 +0000 Subject: [PATCH] tails --- website/src/js/channel-preview.jsc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/src/js/channel-preview.jsc b/website/src/js/channel-preview.jsc index fc5ef88356..d10fed9c8a 100644 --- a/website/src/js/channel-preview.jsc +++ b/website/src/js/channel-preview.jsc @@ -112,7 +112,7 @@ const STYLE = ` font-size: 13.5px; color: #8b8786; padding: 0 0 2px 0; - margin-left: 34px; + margin-left: 39px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; @@ -126,7 +126,6 @@ const STYLE = ` .simplex-preview-msg-row { display: flex; align-items: flex-start; - gap: 4px; margin-bottom: 1px; } @@ -153,6 +152,7 @@ const STYLE = ` border-radius: 18px; min-width: 80px; overflow: visible; + margin-left: 9px; } .simplex-preview-bubble-inner { @@ -161,7 +161,7 @@ const STYLE = ` } .simplex-preview-bubble.has-tail { - margin-left: 9px; + border-bottom-left-radius: 0; } .simplex-preview-bubble.has-tail .simplex-preview-bubble-inner {