mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-03-15 03:02:11 +00:00
refactor: polish map module ui/ux
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<ion-modal
|
||||
trigger="show-more"
|
||||
[presentingElement]="routerOutlet.nativeEl"
|
||||
swipeToClose="true"
|
||||
canDismiss="true"
|
||||
class="modal-large"
|
||||
>
|
||||
<ng-template>
|
||||
@@ -31,14 +31,6 @@
|
||||
</ng-template>
|
||||
</ion-modal>
|
||||
<stapps-skeleton-list-item *ngIf="!item"></stapps-skeleton-list-item>
|
||||
<ion-button
|
||||
size="small"
|
||||
fill="clear"
|
||||
class="close"
|
||||
(click)="onCloseClick()"
|
||||
>
|
||||
<ion-icon name="cancel" fill></ion-icon>
|
||||
</ion-button>
|
||||
</ion-card-header>
|
||||
<ion-card-content>
|
||||
<ion-note>
|
||||
@@ -52,7 +44,7 @@
|
||||
}}</ion-button>
|
||||
<ion-modal
|
||||
trigger="show-more-button"
|
||||
swipeToClose="true"
|
||||
canDismiss="true"
|
||||
[presentingElement]="routerOutlet.nativeEl"
|
||||
class="modal-large"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user