From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 1 Jul 2025 21:11:47 +0000 (-0700) Subject: Visualize split X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=995db79dcd86565083bea0cd2363b0eb3db3cfd1;p=thirdparty%2Fpaperless-ngx.git Visualize split --- diff --git a/src-ui/src/app/components/common/pdf-editor/pdf-editor.component.html b/src-ui/src/app/components/common/pdf-editor/pdf-editor.component.html index 03ce41e2f..7dc13a547 100644 --- a/src-ui/src/app/components/common/pdf-editor/pdf-editor.component.html +++ b/src-ui/src/app/components/common/pdf-editor/pdf-editor.component.html @@ -47,6 +47,9 @@
+ @if (p.splitAfter) { +
Split here
+ } } diff --git a/src-ui/src/app/components/common/pdf-editor/pdf-editor.component.scss b/src-ui/src/app/components/common/pdf-editor/pdf-editor.component.scss index 166990e19..d1313dc34 100644 --- a/src-ui/src/app/components/common/pdf-editor/pdf-editor.component.scss +++ b/src-ui/src/app/components/common/pdf-editor/pdf-editor.component.scss @@ -60,3 +60,7 @@ .z-10 { z-index: 10; } + +.split-after { + writing-mode: vertical-rl; +}