@fy-/fws-vue 2.3.98 → 2.3.99

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.
@@ -798,7 +798,7 @@ onUnmounted(() => {
798
798
  <div
799
799
  v-if="infoPanel && images[modelValue]"
800
800
  ref="infoPanelRef"
801
- class="w-full px-4 py-3 backdrop-blur-md bg-fv-neutral-900/80 border-t border-fv-neutral-800"
801
+ class="w-full px-4 py-1 md:py-2 backdrop-blur-md bg-fv-neutral-900/80 border-t border-fv-neutral-800"
802
802
  >
803
803
  <slot :value="images[modelValue]" />
804
804
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "2.3.98",
3
+ "version": "2.3.99",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/fy-to/FWJS#readme",