Увеличить QR в lightbox до ~560px

This commit is contained in:
Sergey Antropoff
2026-07-23 09:11:14 +03:00
parent e3bbeddc54
commit 0f19f5127f
2 changed files with 6 additions and 6 deletions
@@ -267,7 +267,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);
@@ -283,12 +283,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 {
@@ -200,7 +200,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);
@@ -216,12 +216,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 {