@fy-/fws-vue 2.2.55 → 2.2.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -460,7 +460,7 @@ onUnmounted(() => {
|
|
|
460
460
|
:src="isVideo(images[modelValue])"
|
|
461
461
|
class="shadow max-w-full h-auto object-contain"
|
|
462
462
|
:style="{
|
|
463
|
-
maxHeight: infoPanel ? 'calc(
|
|
463
|
+
maxHeight: infoPanel ? 'calc(80vh - var(--info-height, 0px) - 4rem)' : 'calc(80vh - 4rem)',
|
|
464
464
|
}"
|
|
465
465
|
/>
|
|
466
466
|
</ClientOnly>
|
|
@@ -470,7 +470,7 @@ onUnmounted(() => {
|
|
|
470
470
|
v-if="modelValueSrc && imageComponent === 'img'"
|
|
471
471
|
class="shadow max-w-full h-auto object-contain"
|
|
472
472
|
:style="{
|
|
473
|
-
maxHeight: infoPanel ? 'calc(
|
|
473
|
+
maxHeight: infoPanel ? 'calc(80vh - var(--info-height, 0px) - 4rem)' : 'calc(80vh - 4rem)',
|
|
474
474
|
}"
|
|
475
475
|
:src="modelValueSrc"
|
|
476
476
|
:alt="`Gallery image ${modelValue + 1}`"
|
|
@@ -483,7 +483,7 @@ onUnmounted(() => {
|
|
|
483
483
|
:alt="modelValueSrc.alt"
|
|
484
484
|
class="shadow max-w-full h-auto object-contain"
|
|
485
485
|
:style="{
|
|
486
|
-
maxHeight: infoPanel ? 'calc(
|
|
486
|
+
maxHeight: infoPanel ? 'calc(80vh - var(--info-height, 0px) - 4rem)' : 'calc(80vh - 4rem)',
|
|
487
487
|
}"
|
|
488
488
|
/>
|
|
489
489
|
</template>
|
|
@@ -537,7 +537,7 @@ onUnmounted(() => {
|
|
|
537
537
|
>
|
|
538
538
|
<div
|
|
539
539
|
v-if="sidePanel"
|
|
540
|
-
class="hidden lg:block flex-shrink-0 w-64 bg-fv-neutral-800/90 backdrop-blur-md h-full max-h-full overflow-y-auto"
|
|
540
|
+
class="hidden lg:block flex-shrink-0 w-64 bg-fv-neutral-800/90 backdrop-blur-md h-full max-h-full overflow-y-auto pt-16"
|
|
541
541
|
>
|
|
542
542
|
<!-- Paging Controls -->
|
|
543
543
|
<div v-if="paging" class="flex items-center justify-center pt-2">
|
|
@@ -604,7 +604,7 @@ onUnmounted(() => {
|
|
|
604
604
|
>
|
|
605
605
|
<div
|
|
606
606
|
v-if="showControls"
|
|
607
|
-
class="absolute top-0 left-0 right-0 px-4 py-3 flex justify-between items-center bg-gradient-to-b from-fv-neutral-900/90 to-transparent backdrop-blur-sm z-[50] transition-opacity"
|
|
607
|
+
class="absolute top-0 left-0 right-0 px-4 py-3 flex justify-between items-center bg-gradient-to-b from-fv-neutral-900/90 to-transparent backdrop-blur-sm z-[50] transition-opacity h-16"
|
|
608
608
|
>
|
|
609
609
|
<!-- Title and Counter -->
|
|
610
610
|
<div class="flex items-center space-x-2">
|