Увеличить QR в lightbox на 30% (до ~728px)
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -268,7 +268,7 @@
|
|||||||
}
|
}
|
||||||
.lightbox-panel {
|
.lightbox-panel {
|
||||||
position: relative;
|
position: relative;
|
||||||
max-width: min(94vw, 640px);
|
max-width: min(94vw, 832px);
|
||||||
max-height: calc(100dvh - 3.5rem);
|
max-height: calc(100dvh - 3.5rem);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 1.25rem 1.25rem 1rem;
|
padding: 1.25rem 1.25rem 1rem;
|
||||||
@@ -288,8 +288,8 @@
|
|||||||
display: block;
|
display: block;
|
||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
max-width: min(560px, 100%);
|
max-width: min(728px, 100%);
|
||||||
max-height: min(560px, calc(100dvh - 14rem));
|
max-height: min(728px, calc(100dvh - 14rem));
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
aspect-ratio: 1;
|
aspect-ratio: 1;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
|
|||||||
@@ -201,7 +201,7 @@
|
|||||||
}
|
}
|
||||||
.lightbox-panel {
|
.lightbox-panel {
|
||||||
position: relative;
|
position: relative;
|
||||||
max-width: min(94vw, 640px);
|
max-width: min(94vw, 832px);
|
||||||
max-height: calc(100dvh - 3.5rem);
|
max-height: calc(100dvh - 3.5rem);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 1.25rem 1.25rem 1rem;
|
padding: 1.25rem 1.25rem 1rem;
|
||||||
@@ -221,8 +221,8 @@
|
|||||||
display: block;
|
display: block;
|
||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
max-width: min(560px, 100%);
|
max-width: min(728px, 100%);
|
||||||
max-height: min(560px, calc(100dvh - 14rem));
|
max-height: min(728px, calc(100dvh - 14rem));
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
aspect-ratio: 1;
|
aspect-ratio: 1;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
|
|||||||
Reference in New Issue
Block a user