mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
fixed icon width (#12721)
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
[src]="data.image"
|
[src]="data.image"
|
||||||
[appFallbackSrc]="data.fallbackImage"
|
[appFallbackSrc]="data.fallbackImage"
|
||||||
*ngIf="data.imageEnabled && data.image"
|
*ngIf="data.imageEnabled && data.image"
|
||||||
class="tw-max-h-6 tw-max-w-6 tw-rounded-md"
|
class="tw-h-6 tw-w-6 tw-rounded-md"
|
||||||
alt=""
|
alt=""
|
||||||
decoding="async"
|
decoding="async"
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
|
|||||||
Reference in New Issue
Block a user