MOBILE-3814 my: Fix loading spinner position
parent
4f145dcc77
commit
6622ecf733
|
@ -1,3 +1,10 @@
|
|||
:host ::ng-deep ion-item-divider {
|
||||
display: none !important;
|
||||
}
|
||||
:host ::ng-deep core-loading {
|
||||
--internal-loading-inline-min-height: calc(100vh - var(--core-header-toolbar-height));
|
||||
}
|
||||
|
||||
:host-context(ion-tabs.placement-bottom) ::ng-deep core-loading {
|
||||
--internal-loading-inline-min-height: calc(100vh - var(--core-header-toolbar-height) - var(--bottom-tabs-size) - 2px);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue