From 212e891409907754d91f63a603415ef4d8545810 Mon Sep 17 00:00:00 2001 From: Sergey Antropoff Date: Thu, 23 Jul 2026 09:11:14 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B2=D0=B5=D0=BB=D0=B8=D1=87=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20QR=20=D0=B2=20lightbox=20=D0=B4=D0=BE=20~560px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/hysteria2/templates/export/global-index.html.j2 | 6 +++--- roles/hysteria2/templates/export/index.html.j2 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/roles/hysteria2/templates/export/global-index.html.j2 b/roles/hysteria2/templates/export/global-index.html.j2 index 8829461..8de25c4 100644 --- a/roles/hysteria2/templates/export/global-index.html.j2 +++ b/roles/hysteria2/templates/export/global-index.html.j2 @@ -278,7 +278,7 @@ } .lightbox-panel { position: relative; - max-width: min(92vw, 420px); + max-width: min(94vw, 640px); width: 100%; padding: 1.25rem 1.25rem 1rem; background: var(--bg-card); @@ -294,12 +294,12 @@ } .lightbox-panel img { width: 100%; - max-width: 320px; + max-width: 560px; height: auto; aspect-ratio: 1; background: #fff; border-radius: 12px; - padding: 0.75rem; + padding: 1rem; image-rendering: pixelated; } .lightbox-caption { diff --git a/roles/hysteria2/templates/export/index.html.j2 b/roles/hysteria2/templates/export/index.html.j2 index 6a5d469..47299e1 100644 --- a/roles/hysteria2/templates/export/index.html.j2 +++ b/roles/hysteria2/templates/export/index.html.j2 @@ -209,7 +209,7 @@ } .lightbox-panel { position: relative; - max-width: min(92vw, 420px); + max-width: min(94vw, 640px); width: 100%; padding: 1.25rem 1.25rem 1rem; background: var(--bg-card); @@ -225,12 +225,12 @@ } .lightbox-panel img { width: 100%; - max-width: 320px; + max-width: 560px; height: auto; aspect-ratio: 1; background: #fff; border-radius: 12px; - padding: 0.75rem; + padding: 1rem; image-rendering: pixelated; } .lightbox-caption {