From 14b17ddf8dc90b5abd219080ba053b32989ed896 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 26 Aug 2026 21:28:01 -0700 Subject: [PATCH] Fix: navbar brand anchor size + Safari position jitter (#13810) --- .../app-frame/app-frame.component.html | 34 ++++++++++--------- .../app-frame/app-frame.component.scss | 5 ++- 2 files changed, 22 insertions(+), 17 deletions(-) diff --git a/src-ui/src/app/components/app-frame/app-frame.component.html b/src-ui/src/app/components/app-frame/app-frame.component.html index 30a1b883d..e0b2cc8a5 100644 --- a/src-ui/src/app/components/app-frame/app-frame.component.html +++ b/src-ui/src/app/components/app-frame/app-frame.component.html @@ -4,27 +4,29 @@ (click)="closeMobileSearch(); toggleMenuCollapsed()"> - + - @if (!hasCustomBranding) { - - - } @else { - @if (customAppLogo) { - + @if (!hasCustomBranding) { + + } @else { - - } -
- {{ appTitle }} - @if (customAppTitle) { - + @if (customAppLogo) { + + } @else { + } -
- } -
+
+ {{ appTitle }} + @if (customAppTitle) { + by Paperless-ngx + } +
+ } + +