mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
[PM-13028] - add fixed width to vault list icon (#12644)
* add fixed width to vault list icon
* justify start
* don't display totp capture when in popout
* Revert "don't display totp capture when in popout"
This reverts commit f50b0a6caf.
This commit is contained in:
@@ -34,7 +34,9 @@
|
|||||||
"
|
"
|
||||||
class="{{ itemHeightClass }}"
|
class="{{ itemHeightClass }}"
|
||||||
>
|
>
|
||||||
<app-vault-icon slot="start" [cipher]="cipher"></app-vault-icon>
|
<div slot="start" class="tw-justify-start tw-w-7 tw-flex">
|
||||||
|
<app-vault-icon [cipher]="cipher"></app-vault-icon>
|
||||||
|
</div>
|
||||||
<span data-testid="item-name">{{ cipher.name }}</span>
|
<span data-testid="item-name">{{ cipher.name }}</span>
|
||||||
<i
|
<i
|
||||||
*ngIf="cipher.organizationId"
|
*ngIf="cipher.organizationId"
|
||||||
|
|||||||
Reference in New Issue
Block a user