]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix: move dashboard tour anchor to fix overlapping issues
authorshamoon <4887959+shamoon@users.noreply.github.com>
Tue, 9 Jul 2024 18:43:25 +0000 (11:43 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Tue, 9 Jul 2024 18:43:25 +0000 (11:43 -0700)
src-ui/src/app/components/common/page-header/page-header.component.html
src-ui/src/app/components/dashboard/dashboard.component.html

index 2832182199763aa69bc365578ff499f34e844c93..0056afc69d8dcc971a7b2400036ff34dbea608e2 100644 (file)
@@ -1,6 +1,6 @@
 <div class="row pt-3 pb-3 pb-md-2 align-items-center">
   <div class="col-md text-truncate">
-    <h3 class="text-truncate" style="line-height: 1.4">
+    <h3 class="text-truncate" style="line-height: 1.4" tourAnchor="tour.dashboard">
       {{title}}
       @if (subTitle) {
         <span class="h6 mb-0 d-block d-md-inline fw-normal ms-md-3 text-truncate" style="line-height: 1.4">{{subTitle}}</span>
index cc796f6379d75a57d1ef80599b2c9e027d363b47..07186d3da31b1a51be99db1bf2a2f5cf7431800a 100644 (file)
@@ -4,7 +4,7 @@
 
 <div class="row">
   <div class="col-12 col-lg-8 col-xl-9 mb-4">
-    <div class="row row-cols-1 g-4" tourAnchor="tour.dashboard"
+    <div class="row row-cols-1 g-4"
       cdkDropList
       [cdkDropListDisabled]="settingsService.globalDropzoneActive"
       (cdkDropListDropped)="onDrop($event)"