@fy-/fws-vue 2.3.18 → 2.3.21
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.
|
@@ -632,14 +632,11 @@ onUnmounted(() => {
|
|
|
632
632
|
<component
|
|
633
633
|
:is="imageComponent"
|
|
634
634
|
v-else-if="modelValueSrc && imageComponent"
|
|
635
|
+
|
|
636
|
+
class="shadow max-w-full gallery-image"
|
|
635
637
|
:image="modelValueSrc.image"
|
|
636
638
|
:variant="modelValueSrc.variant"
|
|
637
639
|
:alt="modelValueSrc.alt"
|
|
638
|
-
class="shadow max-w-full gallery-image"
|
|
639
|
-
:likes="modelValueSrc.likes"
|
|
640
|
-
:show-likes="modelValueSrc.showLikes"
|
|
641
|
-
:is-author="modelValueSrc.isAuthor"
|
|
642
|
-
:user-uuid="modelValueSrc.userUUID"
|
|
643
640
|
/>
|
|
644
641
|
</template>
|
|
645
642
|
</div>
|
|
@@ -702,7 +699,7 @@ onUnmounted(() => {
|
|
|
702
699
|
<div
|
|
703
700
|
v-if="sidePanel"
|
|
704
701
|
ref="sidePanelRef"
|
|
705
|
-
class="side-panel hidden lg:block absolute right-0 top-0 bottom-0 w-64
|
|
702
|
+
class="side-panel hidden lg:block absolute right-0 top-0 bottom-0 w-64 backdrop-blur-md overflow-y-auto z-40 cool-scroll pt-[calc(var(--controls-height)+8px)]"
|
|
706
703
|
>
|
|
707
704
|
<!-- Paging Controls if needed -->
|
|
708
705
|
<div v-if="paging" class="flex items-center justify-center pt-2">
|