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:
@@ -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 }}: {{ send.deletionDate | date: "mediumDate" }}
|
||||
|
||||
Reference in New Issue
Block a user