mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-11 12:01:44 +00:00
center
This commit is contained in:
@@ -941,7 +941,9 @@ function renderInfoContent(container, data, channelLink, subscriberCount, showAp
|
||||
if (!isMobile.any()) {
|
||||
const openBtn = document.createElement('a');
|
||||
openBtn.className = 'simplex-preview-open-btn';
|
||||
openBtn.style.marginTop = '16px';
|
||||
openBtn.style.display = 'flex';
|
||||
openBtn.style.width = 'fit-content';
|
||||
openBtn.style.margin = '16px auto 0';
|
||||
openBtn.innerHTML = 'Join in SimpleX Chat' + simplexLogoSvg();
|
||||
openBtn.href = channelLink;
|
||||
container.appendChild(openBtn);
|
||||
|
||||
Reference in New Issue
Block a user