From 7adcbdcd0a79fa882bec5792d62783e6eea3eabf Mon Sep 17 00:00:00 2001 From: "Evgeny @ SimpleX Chat" <259188159+evgeny-simplex@users.noreply.github.com> Date: Tue, 2 Jun 2026 20:20:47 +0000 Subject: [PATCH] more paddings --- website/src/js/channel-preview.jsc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/src/js/channel-preview.jsc b/website/src/js/channel-preview.jsc index 3e2f206ca9..fc3af9f6f2 100644 --- a/website/src/js/channel-preview.jsc +++ b/website/src/js/channel-preview.jsc @@ -556,7 +556,7 @@ const STYLE = ` justify-content: center; gap: 8px; flex-wrap: wrap; - margin: 0 0 3px; + margin: 0 0 6px; } .simplex-preview-badges a { @@ -892,6 +892,9 @@ function renderInfoContent(container, data, channelLink, subscriberCount, showAp const conversion = document.createElement('div'); conversion.className = 'simplex-preview-conversion'; + if (!showJoinSection) { + conversion.style.marginTop = '28px'; + } if (isMobile.any()) { renderMobileConversion(conversion, channelLink, showAppBadges); } else {