From a76eb9da0366ebf94bbc24d870a23a78e459c7bb Mon Sep 17 00:00:00 2001 From: helioguardabaxo Date: Sun, 3 Apr 2022 14:32:59 -0300 Subject: [PATCH] Changed maximized card header to use width 100%. Added border to split left and right sides. --- client/components/cards/cardDetails.jade | 2 +- client/components/cards/cardDetails.styl | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/client/components/cards/cardDetails.jade b/client/components/cards/cardDetails.jade index 5be3de8fd..2628ed7cf 100644 --- a/client/components/cards/cardDetails.jade +++ b/client/components/cards/cardDetails.jade @@ -554,11 +554,11 @@ template(name="cardDetails") | {{_ 'attachments'}} .card-checklist-attachmentGalery.card-attachmentGalery +attachmentsGalery + hr .card-details-right unless currentUser.isNoComments - hr .activity-title h3.card-details-item-title i.fa.fa-history diff --git a/client/components/cards/cardDetails.styl b/client/components/cards/cardDetails.styl index adc9f5d96..acbee01b0 100644 --- a/client/components/cards/cardDetails.styl +++ b/client/components/cards/cardDetails.styl @@ -275,15 +275,17 @@ avatar-radius = 50% top: 60px left: 20px width: 47% + border-right: solid 2px #dbdbdb + padding-right: 10px .card-details-right position: absolute float: right - top: 20px left: 50% + margin: 15px 0 .card-details-header - width: 47% + width: 100% input[type="text"].attachment-add-link-input float: left