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 {