1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-26 01:23:24 +00:00

[CL-927] add popup header back to extension layout for now (#18023)

* add popup header back to extension layout for now

* conditionally add margin for now if not hiding logo

(cherry picked from commit 5504d49751)
This commit is contained in:
Bryan Cunningham
2025-12-17 15:02:37 -05:00
committed by Bryan Cunningham
parent 4730af5a26
commit 984392c1e7
2 changed files with 21 additions and 8 deletions

View File

@@ -5,7 +5,11 @@
'tw-min-h-full': clientType === 'browser' || clientType === 'desktop',
}"
>
<div class="tw-flex tw-justify-between tw-items-center tw-w-full tw-mb-12">
<div
[class]="
'tw-flex tw-justify-between tw-items-center tw-w-full' + (!hideLogo() ? ' tw-mb-12' : '')
"
>
@if (!hideLogo()) {
<a
[routerLink]="['/']"