Changed maximized card header to use width 100%. Added border to split left and right sides.

This commit is contained in:
helioguardabaxo 2022-04-03 14:32:59 -03:00
parent 2a362a2e85
commit a76eb9da03
2 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -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