1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 11:13:46 +00:00

[PM-25037] add optional size input to app-vault-icon to prevent zoom issues (#17640)

This commit is contained in:
Alex
2025-12-09 12:16:21 -05:00
committed by GitHub
parent ee582b2ebe
commit 5dbcb18b6a
3 changed files with 34 additions and 9 deletions

View File

@@ -45,7 +45,11 @@
tabindex="0"
[attr.aria-label]="'viewItem' | i18n"
>
<app-vault-icon *ngIf="row.iconCipher" [cipher]="row.iconCipher"></app-vault-icon>
<app-vault-icon
*ngIf="row.iconCipher"
[cipher]="row.iconCipher"
[size]="24"
></app-vault-icon>
</td>
<td
class="tw-cursor-pointer"