From 83b739d1179a968620918ed31a79ad5790d84bf6 Mon Sep 17 00:00:00 2001 From: Luka Trovic Date: Mon, 21 Mar 2022 09:12:43 +0100 Subject: [PATCH] style: update modal UI styles Signed-off-by: Luka Trovic --- src/components/card/AttachmentList.vue | 2 +- src/components/card/AttachmentsTab.vue | 1 - src/components/card/CardModal.vue | 67 +++++++++++++------ .../card/CardSidebarTabComments.vue | 3 +- src/components/card/DueDateTab.vue | 2 +- src/components/card/MembersTab.vue | 1 + src/components/card/ProjectTab.vue | 23 +++++-- src/components/card/TagsTab.vue | 10 ++- 8 files changed, 75 insertions(+), 34 deletions(-) diff --git a/src/components/card/AttachmentList.vue b/src/components/card/AttachmentList.vue index 3c64b4fef..89a13fbab 100644 --- a/src/components/card/AttachmentList.vue +++ b/src/components/card/AttachmentList.vue @@ -269,7 +269,7 @@ export default { padding-left: 44px; background-position: 16px center; flex-grow: 1; - height: 44px; + height: auto; margin-bottom: 12px; text-align: left; } diff --git a/src/components/card/AttachmentsTab.vue b/src/components/card/AttachmentsTab.vue index a79a1c837..5d97caf92 100644 --- a/src/components/card/AttachmentsTab.vue +++ b/src/components/card/AttachmentsTab.vue @@ -7,7 +7,6 @@ @restore-attachment="restoreAttachment" /> - diff --git a/src/components/card/MembersTab.vue b/src/components/card/MembersTab.vue index 5135751f7..f6e53d1f0 100644 --- a/src/components/card/MembersTab.vue +++ b/src/components/card/MembersTab.vue @@ -192,6 +192,7 @@ export default { .section-details { width: 100%; + margin-top: 10px; } .members { diff --git a/src/components/card/ProjectTab.vue b/src/components/card/ProjectTab.vue index 0c3d64dc6..93f1de890 100644 --- a/src/components/card/ProjectTab.vue +++ b/src/components/card/ProjectTab.vue @@ -1,6 +1,6 @@ - - + diff --git a/src/components/card/TagsTab.vue b/src/components/card/TagsTab.vue index 4b4052d1d..e0ca72a85 100644 --- a/src/components/card/TagsTab.vue +++ b/src/components/card/TagsTab.vue @@ -144,7 +144,7 @@ export default { align-items: center; &-item { - border-radius: 5px; + border-radius: 15px; margin-right: 5px; min-width: 110px; height: 32px; @@ -156,12 +156,16 @@ export default { .select-tag { height: 32px; - width: 34px; - padding: 5px 8px; + width: 34px; + padding: 5px 8px; } .tag{ padding: 0px 5px; border-radius: 15px; } + +.section-details{ + margin-top: 10px; +}