Fix: Dimensiones de aspecto y márgenes corregidos en AppImage

This commit is contained in:
2026-03-21 17:56:44 -05:00
parent 2831d49343
commit 7f5efdacfa

View File

@ -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%);