diff --git a/frontend/src/components/AppImage.vue b/frontend/src/components/AppImage.vue index 4e1a4d8..a7cb014 100644 --- a/frontend/src/components/AppImage.vue +++ b/frontend/src/components/AppImage.vue @@ -54,10 +54,12 @@ function handleError(e: Event) { .app-image-wrapper { position: relative; overflow: hidden; - display: inline-flex; + display: flex; justify-content: center; align-items: center; background-color: transparent; + width: 100%; + height: 100%; } .app-image-wrapper.is-loading { background: linear-gradient(90deg, #f3f4f6 25%, #e5e7eb 50%, #f3f4f6 75%);