mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-28 16:15:03 +00:00
padding
This commit is contained in:
@@ -949,7 +949,7 @@ function renderInfoContent(container, data, channelLink, subscriberCount, showAp
|
||||
openBtn.className = 'simplex-preview-open-btn';
|
||||
openBtn.style.display = 'flex';
|
||||
openBtn.style.width = 'fit-content';
|
||||
openBtn.style.margin = '16px auto 0';
|
||||
openBtn.style.margin = '32px auto 0';
|
||||
openBtn.textContent = 'Join in SimpleX Chat';
|
||||
appendSimplexLogo(openBtn);
|
||||
openBtn.href = channelLink;
|
||||
|
||||
Reference in New Issue
Block a user