From a3892302b0b61515cccdbb7654d5247b14c9fdd6 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 5 Mar 2024 22:40:52 -0800 Subject: [PATCH] Fix: formatting, tiny large card rounded corners bug --- .../document-card-large.component.html | 140 +++++++++--------- src-ui/src/theme.scss | 2 +- 2 files changed, 69 insertions(+), 73 deletions(-) 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 405e60487..81489a40a 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 @@ -1,4 +1,4 @@ -
+
@@ -12,8 +12,7 @@
-
- +
@if (document.correspondent) { @@ -45,82 +44,79 @@ }

- - -
- @if (notesEnabled && document.notes.length) { - - } - @if (document.document_type) { - - } - @if (document.storage_path) { - - } - @if (document.archive_serial_number | isNumber) { -
- #{{document.archive_serial_number}} -
- } - -
- Created: {{ document.created | customDate }} - Added: {{ document.added | customDate }} - Modified: {{ document.modified | customDate }} -
-
-
- {{document.created_date | customDate:'mediumDate'}} -
- @if (document.owner && document.owner !== settingsService.currentUser.id) { -
- {{document.owner | username}} -
- } - @if (document.is_shared_by_requester) { -
- Shared -
- } - @if (document.__search_hit__?.score) { -
- Score: - -
- } -
+
+ @if (notesEnabled && document.notes.length) { + + } + @if (document.document_type) { + + } + @if (document.storage_path) { + + } + @if (document.archive_serial_number | isNumber) { +
+ #{{document.archive_serial_number}}
- + } + +
+ Created: {{ document.created | customDate }} + Added: {{ document.added | customDate }} + Modified: {{ document.modified | customDate }} +
+
+
+ {{document.created_date | customDate:'mediumDate'}}
+ @if (document.owner && document.owner !== settingsService.currentUser.id) { +
+ {{document.owner | username}} +
+ } + @if (document.is_shared_by_requester) { +
+ Shared +
+ } + @if (document.__search_hit__?.score) { +
+ Score: + +
+ }
+
+
+
diff --git a/src-ui/src/theme.scss b/src-ui/src/theme.scss index ce1eacab9..3596f002a 100644 --- a/src-ui/src/theme.scss +++ b/src-ui/src/theme.scss @@ -155,7 +155,7 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml,