Merge remote-tracking branch 'origin/master'

This commit is contained in:
M_Kececi
2026-03-16 00:13:02 +03:00
parent bf1155e958
commit 19e67ad9f5
2 changed files with 12 additions and 10 deletions

View File

@@ -260,7 +260,7 @@
swipeable swipeable
navigation navigation
arrows arrows
height="70vh" height="100%"
class="product-card-carousel rounded-borders" class="product-card-carousel rounded-borders"
> >
<q-carousel-slide <q-carousel-slide
@@ -1796,7 +1796,7 @@ onUnmounted(() => {
} }
.product-card-dialog { .product-card-dialog {
--pc-media-h: min(70vh, 900px); --pc-media-h: calc(100vh - 180px);
--pc-media-w: min(74vw, 1220px); --pc-media-w: min(74vw, 1220px);
background: #f9f8f5; background: #f9f8f5;
height: 100vh; height: 100vh;
@@ -1849,7 +1849,7 @@ onUnmounted(() => {
.product-card-images { .product-card-images {
grid-column: 2; grid-column: 2;
grid-row: 1; grid-row: 1;
min-height: var(--pc-media-h); height: var(--pc-media-h);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: stretch; align-items: stretch;
@@ -1858,6 +1858,7 @@ onUnmounted(() => {
.product-card-carousel { .product-card-carousel {
width: var(--pc-media-w); width: var(--pc-media-w);
height: 100%;
max-width: 100%; max-width: 100%;
background: linear-gradient(180deg, #f6f1e6 0%, #efe6d3 100%); background: linear-gradient(180deg, #f6f1e6 0%, #efe6d3 100%);
border: 1px solid #e4dac7; border: 1px solid #e4dac7;
@@ -1888,7 +1889,7 @@ onUnmounted(() => {
.dialog-image-stage { .dialog-image-stage {
width: var(--pc-media-w); width: var(--pc-media-w);
max-width: 100%; max-width: 100%;
height: var(--pc-media-h); height: 100%;
overflow: hidden; overflow: hidden;
border-radius: 10px; border-radius: 10px;
background: linear-gradient(180deg, #f6f1e6 0%, #efe6d3 100%); background: linear-gradient(180deg, #f6f1e6 0%, #efe6d3 100%);
@@ -2045,7 +2046,7 @@ onUnmounted(() => {
} }
.product-card-dialog { .product-card-dialog {
--pc-media-h: min(62vh, 760px); --pc-media-h: calc(100vh - 220px);
--pc-media-w: min(96vw, 900px); --pc-media-w: min(96vw, 900px);
} }
} }

View File

@@ -258,7 +258,7 @@
swipeable swipeable
navigation navigation
arrows arrows
height="70vh" height="100%"
class="product-card-carousel rounded-borders" class="product-card-carousel rounded-borders"
> >
<q-carousel-slide <q-carousel-slide
@@ -1652,7 +1652,7 @@ onMounted(() => {
} }
.product-card-dialog { .product-card-dialog {
--pc-media-h: min(70vh, 900px); --pc-media-h: calc(100vh - 180px);
--pc-media-w: min(74vw, 1220px); --pc-media-w: min(74vw, 1220px);
background: #f9f8f5; background: #f9f8f5;
height: 100vh; height: 100vh;
@@ -1705,7 +1705,7 @@ onMounted(() => {
.product-card-images { .product-card-images {
grid-column: 2; grid-column: 2;
grid-row: 1; grid-row: 1;
min-height: var(--pc-media-h); height: var(--pc-media-h);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: stretch; align-items: stretch;
@@ -1714,6 +1714,7 @@ onMounted(() => {
.product-card-carousel { .product-card-carousel {
width: var(--pc-media-w); width: var(--pc-media-w);
height: 100%;
max-width: 100%; max-width: 100%;
background: linear-gradient(180deg, #f6f1e6 0%, #efe6d3 100%); background: linear-gradient(180deg, #f6f1e6 0%, #efe6d3 100%);
border: 1px solid #e4dac7; border: 1px solid #e4dac7;
@@ -1744,7 +1745,7 @@ onMounted(() => {
.dialog-image-stage { .dialog-image-stage {
width: var(--pc-media-w); width: var(--pc-media-w);
max-width: 100%; max-width: 100%;
height: var(--pc-media-h); height: 100%;
overflow: hidden; overflow: hidden;
border-radius: 10px; border-radius: 10px;
background: linear-gradient(180deg, #f6f1e6 0%, #efe6d3 100%); background: linear-gradient(180deg, #f6f1e6 0%, #efe6d3 100%);
@@ -1901,7 +1902,7 @@ onMounted(() => {
} }
.product-card-dialog { .product-card-dialog {
--pc-media-h: min(62vh, 760px); --pc-media-h: calc(100vh - 220px);
--pc-media-w: min(96vw, 900px); --pc-media-w: min(96vw, 900px);
} }
} }