valaxy 0.7.0 → 0.7.3

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.
@@ -24,7 +24,7 @@ const { icon, styles } = usePostProperty(props.post.type)
24
24
  class="cover object-cover object-center md:shadow"
25
25
  >
26
26
 
27
- <div class="flex flex-col flex-1 items-center" w="full" max-h="54">
27
+ <div class="flex flex-col flex-1 items-center" :class="post.cover && 'max-h-54'" w="full">
28
28
  <AppLink
29
29
  class="post-title-link"
30
30
  :to="post.path || ''"