From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 26 Feb 2024 20:02:45 +0000 (-0800) Subject: Fix: tasks badge position on mobile X-Git-Tag: v2.6.0~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5e1675107cb382df777c4f7cd765c71736a006b;p=thirdparty%2Fpaperless-ngx.git Fix: tasks badge position on mobile --- 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 fbc1a8b894..7bd77361c3 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 @@ -256,10 +256,10 @@ ngbPopover="File Tasks" i18n-ngbPopover [disablePopover]="!slimSidebarEnabled" placement="end" container="body" triggers="mouseenter:mouseleave" popoverClass="popover-slim">  File Tasks@if (tasksService.failedFileTasks.length > 0) { - {{tasksService.failedFileTasks.length}} + {{tasksService.failedFileTasks.length}} } @if (tasksService.failedFileTasks.length > 0 && slimSidebarEnabled) { - {{tasksService.failedFileTasks.length}} + {{tasksService.failedFileTasks.length}} }