Увеличить QR в lightbox на 30% (до ~728px)

This commit is contained in:
Sergey Antropoff
2026-07-23 09:13:58 +03:00
parent 299187625e
commit ed6aa93eb3
2 changed files with 6 additions and 6 deletions
@@ -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;