1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +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
type="button"
>
<i
slot="start"
*ngIf="send.type === sendType.Text"
class="bwi bwi-file-text tw-text-2xl tw-text-muted"
></i>
<i
slot="start"
*ngIf="send.type === sendType.File"
class="bwi bwi-file tw-text-2xl tw-text-muted"
></i>
<div slot="start" class="tw-justify-start">
<i
*ngIf="send.type === sendType.Text"
class="bwi bwi-lg bwi-file-text tw-text-muted tw-w-6"
></i>
<i
*ngIf="send.type === sendType.File"
class="bwi bwi-lg bwi-file tw-text-muted tw-w-6"
></i>
</div>
{{ send.name }}
<span slot="secondary">
{{ "deletionDate" | i18n }}:&nbsp;{{ send.deletionDate | date: "mediumDate" }}