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 {
|
.app-image-wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
display: inline-flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
.app-image-wrapper.is-loading {
|
.app-image-wrapper.is-loading {
|
||||||
background: linear-gradient(90deg, #f3f4f6 25%, #e5e7eb 50%, #f3f4f6 75%);
|
background: linear-gradient(90deg, #f3f4f6 25%, #e5e7eb 50%, #f3f4f6 75%);
|
||||||
|
|||||||
Reference in New Issue
Block a user