From 1b1dee0a9a5e62a8580166b0a41bba9791fd0e55 Mon Sep 17 00:00:00 2001 From: Sergey Antropoff Date: Thu, 23 Jul 2026 09:13:58 +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=BD=D0=B0=2030%=20(?= =?UTF-8?q?=D0=B4=D0=BE=20~728px)?= 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 6543616..02e030c 100644 --- a/roles/hysteria2/templates/export/global-index.html.j2 +++ b/roles/hysteria2/templates/export/global-index.html.j2 @@ -268,7 +268,7 @@ } .lightbox-panel { position: relative; - max-width: min(94vw, 640px); + max-width: min(94vw, 832px); max-height: calc(100dvh - 3.5rem); width: 100%; padding: 1.25rem 1.25rem 1rem; @@ -288,8 +288,8 @@ display: block; width: auto; height: auto; - max-width: min(560px, 100%); - max-height: min(560px, calc(100dvh - 14rem)); + max-width: min(728px, 100%); + max-height: min(728px, calc(100dvh - 14rem)); margin: 0 auto; aspect-ratio: 1; object-fit: contain; diff --git a/roles/hysteria2/templates/export/index.html.j2 b/roles/hysteria2/templates/export/index.html.j2 index b47027d..1257adf 100644 --- a/roles/hysteria2/templates/export/index.html.j2 +++ b/roles/hysteria2/templates/export/index.html.j2 @@ -201,7 +201,7 @@ } .lightbox-panel { position: relative; - max-width: min(94vw, 640px); + max-width: min(94vw, 832px); max-height: calc(100dvh - 3.5rem); width: 100%; padding: 1.25rem 1.25rem 1rem; @@ -221,8 +221,8 @@ display: block; width: auto; height: auto; - max-width: min(560px, 100%); - max-height: min(560px, calc(100dvh - 14rem)); + max-width: min(728px, 100%); + max-height: min(728px, calc(100dvh - 14rem)); margin: 0 auto; aspect-ratio: 1; object-fit: contain;