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:
committed by
Bryan Cunningham
parent
4730af5a26
commit
984392c1e7
@@ -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]="['/']"
|
||||
|
||||
Reference in New Issue
Block a user