diff --git a/packages/ui/src/MainImage.vue b/packages/ui/src/MainImage.vue index feded9f..3d6ef37 100644 --- a/packages/ui/src/MainImage.vue +++ b/packages/ui/src/MainImage.vue @@ -79,6 +79,8 @@ $width: 7rem; img { min-width: $width !important; border-radius: 4px; + height: 100%; + width: 100%; } // &:not(.img-error) { diff --git a/packages/ui/src/post/Comments.vue b/packages/ui/src/post/Comments.vue index 2115ac6..d2266dd 100644 --- a/packages/ui/src/post/Comments.vue +++ b/packages/ui/src/post/Comments.vue @@ -35,7 +35,7 @@ defineProps<{