From 64a966c9a59e399a028ee39a239f300081088906 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+nikonratm@users.noreply.github.com> Date: Mon, 11 Jan 2021 12:52:42 -0800 Subject: [PATCH] Fill document list buttons, show select icon because its not obvious, make some menus right --- .../document-list.component.html | 75 +++++++++---------- .../document-list.component.scss | 5 ++ 2 files changed, 39 insertions(+), 41 deletions(-) diff --git a/src-ui/src/app/components/document-list/document-list.component.html b/src-ui/src/app/components/document-list/document-list.component.html index 5f64d1e55..612238215 100644 --- a/src-ui/src/app/components/document-list/document-list.component.html +++ b/src-ui/src/app/components/document-list/document-list.component.html @@ -1,11 +1,10 @@ -
-
@@ -14,7 +13,7 @@
-
-
-
- -
-
- - -
-
- -
+
+ +
-
+
+ + diff --git a/src-ui/src/app/components/document-list/document-list.component.scss b/src-ui/src/app/components/document-list/document-list.component.scss index d7c08abec..f90a94be4 100644 --- a/src-ui/src/app/components/document-list/document-list.component.scss +++ b/src-ui/src/app/components/document-list/document-list.component.scss @@ -25,3 +25,8 @@ $paperless-card-breakpoints: ( } } } + +.dropdown-menu-right { + right: 0 !important; + left: auto !important; +}