1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-22 12:24:01 +00:00
Files
browser/libs/components/src/navigation/nav-divider.component.html
2025-02-03 20:11:59 +01:00

4 lines
99 B
HTML

@if (sideNavService.open$ | async) {
<div class="tw-h-px tw-w-full tw-bg-secondary-300"></div>
}