Skip to content

Commit

Permalink
feat: improve align and font weight on last pill taken
Browse files Browse the repository at this point in the history
  • Loading branch information
zaldih committed Dec 19, 2023
1 parent 8c1a508 commit 4d4ef9a
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
<div class="panel-header-body">
<div class="left-side">
<div class="title">{{ "pills.last_pill" | transloco }}</div>
{{ "pills.taked_at" | transloco }}
{{ lastPill.timestamp | date: "HH:mm" }}
<div>
<span>{{ "pills.taked_at" | transloco }}</span>
<span>{{ lastPill.timestamp | date: "HH:mm" }}</span>
</div>
</div>
<div class="time-ago" *ngIf="timeAgo; else loader">
{{ "global.ago" | transloco }}
Expand All @@ -38,7 +40,7 @@
<b>{{ lastPill.nextTake | date: "HH:mm" }}</b>
</div>
<div *ngIf="lastPill.comment">
<b>{{ "pills.comment" | transloco }}:</b> {{ lastPill.comment }}
{{ "pills.comment" | transloco }}: <b>{{ lastPill.comment }}</b>
</div>
<div>
<button
Expand Down

0 comments on commit 4d4ef9a

Please sign in to comment.