mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 17:48:49 +01:00
UI: Center add-attachment link
This commit is contained in:
parent
29e7aeff5d
commit
a6bcd5bd1c
2 changed files with 6 additions and 1 deletions
|
|
@ -49,4 +49,5 @@ template(name="attachmentsGalery")
|
|||
| {{_ 'delete'}}
|
||||
|
||||
if currentUser.isBoardMember
|
||||
a.attachment-item.add-attachment.js-add-attachment {{_ 'add-attachment' }}
|
||||
li.attachment-item.add-attachment
|
||||
a.js-add-attachment {{_ 'add-attachment' }}
|
||||
|
|
|
|||
|
|
@ -20,6 +20,10 @@
|
|||
display: flex
|
||||
align-items: center
|
||||
|
||||
a
|
||||
display: block
|
||||
margin: auto
|
||||
|
||||
.attachment-thumbnail
|
||||
height: 80px
|
||||
display: flex
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue