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