MOBILE-3947 styles: Fix limited width inside loading
parent
bea73940ed
commit
b73e2c874b
|
@ -86,12 +86,3 @@
|
||||||
// Implicit Inline.
|
// Implicit Inline.
|
||||||
@include 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%;
|
|
||||||
}
|
|
||||||
|
|
|
@ -970,6 +970,15 @@ ion-content.limited-width > :not([slot]) {
|
||||||
min-height: 100%;
|
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 img.core-bar-button-image,
|
||||||
ion-toolbar h1 .core-bar-button-image img {
|
ion-toolbar h1 .core-bar-button-image img {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
|
|
Loading…
Reference in New Issue