From b391dd6a3fbe78ad9f2c9608a568072db2f8c075 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 11 May 2022 23:09:22 -0700 Subject: [PATCH 1/3] Improve mobile filter editor layout with long languages --- .../document-list/document-list.component.html | 9 +++++---- .../filter-editor/filter-editor.component.html | 14 +++++++------- .../filter-editor/filter-editor.component.scss | 4 ++-- 3 files changed, 14 insertions(+), 13 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 e00e54333..4a15fe976 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,10 +1,11 @@ -
-
@@ -75,7 +76,7 @@ -
+
diff --git a/src-ui/src/app/components/document-list/filter-editor/filter-editor.component.html b/src-ui/src/app/components/document-list/filter-editor/filter-editor.component.html index 6280cff10..9dac17fbf 100644 --- a/src-ui/src/app/components/document-list/filter-editor/filter-editor.component.html +++ b/src-ui/src/app/components/document-list/filter-editor/filter-editor.component.html @@ -13,9 +13,9 @@
-
-
- +
+ - - - - Date: Wed, 11 May 2022 23:16:41 -0700 Subject: [PATCH 2/3] Visible bg & text color changes on ng-select --- src-ui/src/styles.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src-ui/src/styles.scss b/src-ui/src/styles.scss index 06fe95f94..94b19aea8 100644 --- a/src-ui/src/styles.scss +++ b/src-ui/src/styles.scss @@ -208,6 +208,11 @@ a, a:hover, .btn-link, .btn-link:hover { } } + .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked { + background-color: var(--pngx-bg-darker) !important; + color: var(--pngx-body-color-accent) !important; + } + .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected, .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked { background: none; From c8da513d97e7af406ace9e5700f6762772877052 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 12 May 2022 20:14:59 -0700 Subject: [PATCH 3/3] Hide text on large cards on tiny screens --- .../document-detail.component.html | 2 +- .../document-card-large.component.html | 26 +++++++++---------- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/src-ui/src/app/components/document-detail/document-detail.component.html b/src-ui/src/app/components/document-detail/document-detail.component.html index 118f917ec..a4203473f 100644 --- a/src-ui/src/app/components/document-detail/document-detail.component.html +++ b/src-ui/src/app/components/document-detail/document-detail.component.html @@ -30,7 +30,7 @@ diff --git a/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html b/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html index 04eb3385b..a5b238504 100644 --- a/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html +++ b/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html @@ -33,31 +33,29 @@