MOBILE-3947 styles: Fix limited width inside loading

main
Pau Ferrer Ocaña 2023-12-13 14:55:19 +01:00
parent bea73940ed
commit b73e2c874b
2 changed files with 9 additions and 9 deletions

View File

@ -86,12 +86,3 @@
// Implicit Inline.
@include inline();
}
:host-context(.limited-width > *):not([slot]),
:host-context(.menu > *):not([slot]) {
&.core-loading-loaded {
--contents-display: flex;
flex-direction: column;
}
min-height: 100%;
}

View File

@ -970,6 +970,15 @@ ion-content.limited-width > :not([slot]) {
min-height: 100%;
}
.limited-width > core-loading:not([slot]),
.menu > core-loading:not([slot]) {
&.core-loading-loaded {
--contents-display: flex;
flex-direction: column;
}
min-height: 100%;
}
ion-toolbar h1 img.core-bar-button-image,
ion-toolbar h1 .core-bar-button-image img {
padding: 4px;