From 7f5efdacfa78bfd7bfd9b5b8e1f2d386ff7005ae Mon Sep 17 00:00:00 2001 From: Hanzo_dev <2002samudiojohan@gmail.com> Date: Sat, 21 Mar 2026 17:56:44 -0500 Subject: [PATCH] =?UTF-8?q?Fix:=20Dimensiones=20de=20aspecto=20y=20m=C3=A1?= =?UTF-8?q?rgenes=20corregidos=20en=20AppImage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/AppImage.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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%);