1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-14 23:45:37 +00:00

remove empty selector

This commit is contained in:
Bryan Cunningham
2025-12-04 11:24:25 -05:00
parent fa3ebb8204
commit 6ca91100e7

View File

@@ -5,7 +5,7 @@
'tw-min-h-full': clientType === 'browser' || clientType === 'desktop',
}"
>
<div class="tw-flex tw-justify-between tw-items-center tw-w-full tw-mb-12 empty:tw-hidden">
<div class="tw-flex tw-justify-between tw-items-center tw-w-full tw-mb-12">
@if (!hideLogo()) {
<a [routerLink]="['/']" class="tw-w-[200px] tw-self-start tw-block [&>*]:tw-align-top">
<bit-icon [icon]="logo" [ariaLabel]="'appLogoLabel' | i18n"></bit-icon>