Fix: Dimensiones de aspecto y márgenes corregidos en AppImage
This commit is contained in:
@ -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%);
|
||||
|
||||
Reference in New Issue
Block a user