MOBILE-3320 ui: Remove unneeded padding start

main
Dani Palou 2021-07-05 11:14:22 +02:00
parent 1e0d918963
commit 393b311d16
3 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@
</ion-note>
</p>
<p>
<ion-note class="ion-float-end ion-padding-start ion-text-end">
<ion-note class="ion-float-end ion-text-end">
{{entry.created | coreDateDayOrTime}}
</ion-note>
{{entry.user && entry.user!.fullname}}

View File

@ -38,7 +38,7 @@
<p class="item-heading">{{ notification.subject }}</p>
<p *ngIf="notification.userfromfullname">{{ notification.userfromfullname }}</p>
</ion-label>
<ion-note slot="end" class="ion-float-end ion-padding-start ion-text-end">
<ion-note slot="end" class="ion-float-end ion-text-end">
{{ notification.timecreated | coreDateDayOrTime }}
<span *ngIf="!notification.timeread">
<ion-icon name="fas-circle" color="primary" aria-hidden="true"></ion-icon>

View File

@ -17,7 +17,7 @@
<h2>{{ rating.userfullname }}</h2>
<p>{{ rating.rating }}</p>
</ion-label>
<ion-note slot="end" class="ion-padding-start" *ngIf="rating.timemodified">
<ion-note slot="end" *ngIf="rating.timemodified">
{{ rating.timemodified | coreDateDayOrTime }}
</ion-note>
</ion-item>