MOBILE-3926 core: Update swipe navigation styles
parent
e42cab8d8b
commit
2c8ef51130
|
@ -5,3 +5,15 @@ ion-slides {
|
|||
ion-slide {
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
::ng-deep {
|
||||
|
||||
core-loading .core-loading-content {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
ion-refresher.refresher-native {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -19,9 +19,6 @@
|
|||
right: calc(50% - 12px - var(--core-avatar-size) / 2) !important;
|
||||
}
|
||||
}
|
||||
core-loading .core-loading-content {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue