From 078e0fe86333833abc79d149c944ff92181bdec4 Mon Sep 17 00:00:00 2001 From: "Evgeny @ SimpleX Chat" <259188159+evgeny-simplex@users.noreply.github.com> Date: Tue, 2 Jun 2026 21:27:00 +0000 Subject: [PATCH] layout --- website/src/js/channel-preview.jsc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/src/js/channel-preview.jsc b/website/src/js/channel-preview.jsc index 558746bcc7..7c0536ca81 100644 --- a/website/src/js/channel-preview.jsc +++ b/website/src/js/channel-preview.jsc @@ -121,7 +121,7 @@ const STYLE = ` } .simplex-preview-messages { - padding: 8px 16px; + padding: 8px 16px 32px; } .simplex-preview-date-separator { @@ -167,11 +167,13 @@ const STYLE = ` border-radius: 7px; object-fit: cover; flex-shrink: 0; + margin-right: 9px; } .simplex-preview-msg-avatar-placeholder { width: 30px; flex-shrink: 0; + margin-right: 9px; } .simplex-preview-bubble { @@ -180,7 +182,6 @@ const STYLE = ` border-radius: 18px; min-width: 80px; overflow: visible; - margin-left: 9px; } .simplex-preview-bubble-inner {