From 8aa04071a6e12b6dd2ef45f05b11814ffa66886f Mon Sep 17 00:00:00 2001 From: "Evgeny @ SimpleX Chat" <259188159+evgeny-simplex@users.noreply.github.com> Date: Sun, 31 May 2026 11:50:06 +0000 Subject: [PATCH] image sizes --- website/src/js/channel-preview.jsc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/website/src/js/channel-preview.jsc b/website/src/js/channel-preview.jsc index ffc2bc2f3d..3d87e48b2d 100644 --- a/website/src/js/channel-preview.jsc +++ b/website/src/js/channel-preview.jsc @@ -9,7 +9,7 @@ const STYLE = ` line-height: 1.4; color: #000; background: #fff; - max-width: 720px; + max-width: 640px; margin: 0 auto; padding: 0; -webkit-font-smoothing: antialiased; @@ -265,11 +265,11 @@ const STYLE = ` } .simplex-preview-image.landscape { - width: 500px; + width: 400px; } .simplex-preview-image.portrait { - width: 375px; + width: 300px; } .simplex-preview-link-card { @@ -401,6 +401,7 @@ const STYLE = ` .simplex-preview-text .small-text { font-size: 13px; + color: #888; } .simplex-preview-text .red { color: #DD0000; }