1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[PM-16243] Allow users to collapse extension sections (#12756)

This commit is contained in:
Victoria League
2025-01-13 10:37:26 -05:00
committed by GitHub
parent fb4d7e8f05
commit 8062475044
5 changed files with 266 additions and 20 deletions

View File

@@ -2,7 +2,7 @@
<div class="[&>*]:tw-mb-0 [&>*]:tw-text-main tw-flex tw-items-center tw-gap-1">
<ng-content></ng-content>
</div>
<div class="tw-text-muted has-[button]:-tw-mb-1">
<div class="tw-text-muted -tw-mb-0.5">
<ng-content select="[slot=end]"></ng-content>
</div>
</div>