mirror of
https://github.com/bitwarden/browser
synced 2025-12-26 05:03:33 +00:00
12 lines
297 B
HTML
12 lines
297 B
HTML
<bit-item-action class="item-main-content tw-flex tw-flex-1 tw-overflow-hidden">
|
|
<ng-content></ng-content>
|
|
</bit-item-action>
|
|
|
|
<div
|
|
#endSlot
|
|
class="tw-p-2 tw-flex tw-gap-1 tw-items-center"
|
|
[hidden]="endSlot.childElementCount === 0"
|
|
>
|
|
<ng-content select="[slot=end]"></ng-content>
|
|
</div>
|