1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

Fix send list item icon sizing (#14020)

This commit is contained in:
Leslie Tilton
2025-04-02 15:26:32 -05:00
committed by GitHub
parent b35556adfc
commit 660dd19bd0

View File

@@ -15,16 +15,16 @@
appStopClick appStopClick
type="button" type="button"
> >
<i <div slot="start" class="tw-justify-start">
slot="start" <i
*ngIf="send.type === sendType.Text" *ngIf="send.type === sendType.Text"
class="bwi bwi-file-text tw-text-2xl tw-text-muted" class="bwi bwi-lg bwi-file-text tw-text-muted tw-w-6"
></i> ></i>
<i <i
slot="start" *ngIf="send.type === sendType.File"
*ngIf="send.type === sendType.File" class="bwi bwi-lg bwi-file tw-text-muted tw-w-6"
class="bwi bwi-file tw-text-2xl tw-text-muted" ></i>
></i> </div>
{{ send.name }} {{ send.name }}
<span slot="secondary"> <span slot="secondary">
{{ "deletionDate" | i18n }}:&nbsp;{{ send.deletionDate | date: "mediumDate" }} {{ "deletionDate" | i18n }}:&nbsp;{{ send.deletionDate | date: "mediumDate" }}