Увеличить QR в lightbox до ~560px
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -267,7 +267,7 @@
|
|||||||
}
|
}
|
||||||
.lightbox-panel {
|
.lightbox-panel {
|
||||||
position: relative;
|
position: relative;
|
||||||
max-width: min(92vw, 420px);
|
max-width: min(94vw, 640px);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 1.25rem 1.25rem 1rem;
|
padding: 1.25rem 1.25rem 1rem;
|
||||||
background: var(--bg-card);
|
background: var(--bg-card);
|
||||||
@@ -283,12 +283,12 @@
|
|||||||
}
|
}
|
||||||
.lightbox-panel img {
|
.lightbox-panel img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 320px;
|
max-width: 560px;
|
||||||
height: auto;
|
height: auto;
|
||||||
aspect-ratio: 1;
|
aspect-ratio: 1;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
padding: 0.75rem;
|
padding: 1rem;
|
||||||
image-rendering: pixelated;
|
image-rendering: pixelated;
|
||||||
}
|
}
|
||||||
.lightbox-caption {
|
.lightbox-caption {
|
||||||
|
|||||||
@@ -200,7 +200,7 @@
|
|||||||
}
|
}
|
||||||
.lightbox-panel {
|
.lightbox-panel {
|
||||||
position: relative;
|
position: relative;
|
||||||
max-width: min(92vw, 420px);
|
max-width: min(94vw, 640px);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 1.25rem 1.25rem 1rem;
|
padding: 1.25rem 1.25rem 1rem;
|
||||||
background: var(--bg-card);
|
background: var(--bg-card);
|
||||||
@@ -216,12 +216,12 @@
|
|||||||
}
|
}
|
||||||
.lightbox-panel img {
|
.lightbox-panel img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 320px;
|
max-width: 560px;
|
||||||
height: auto;
|
height: auto;
|
||||||
aspect-ratio: 1;
|
aspect-ratio: 1;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
padding: 0.75rem;
|
padding: 1rem;
|
||||||
image-rendering: pixelated;
|
image-rendering: pixelated;
|
||||||
}
|
}
|
||||||
.lightbox-caption {
|
.lightbox-caption {
|
||||||
|
|||||||
Reference in New Issue
Block a user