mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 03:29:20 +03:00
Use <details><summary> for attachments to get more read space #672
This commit is contained in:
parent
b47035ef43
commit
920a8995d3
1 changed files with 3 additions and 2 deletions
|
|
@ -229,7 +229,8 @@
|
|||
<div class="bodySubHeader">
|
||||
<div class="readReceipt" data-bind="visible: !isDraftOrSentFolder() && message().readReceipt() && !message().isReadReceipt(), click: readReceipt"
|
||||
data-icon="✉" data-i18n="MESSAGE/BUTTON_NOTIFY_READ_RECEIPT"></div>
|
||||
<div class="attachmentsPlace" data-bind="visible: message().hasAttachments(), css: {'selection-mode' : showAttachmentControls}">
|
||||
<details class="attachmentsPlace" data-bind="visible: message().hasAttachments(), css: {'selection-mode' : showAttachmentControls}">
|
||||
<summary data-i18n="MESSAGE/PRINT_LABEL_ATTACHMENTS"></summary>
|
||||
<!-- ko ifnot: simpleAttachmentsList -->
|
||||
<ul class="attachmentList" data-bind="foreach: message().listAttachments()">
|
||||
<li class="attachmentItem" draggable="true"
|
||||
|
|
@ -269,7 +270,7 @@
|
|||
</ul>
|
||||
<!-- /ko -->
|
||||
<i class="fontastic controls-handle" data-bind="visible: allowAttachmentControls(), click: toggleAttachmentControls">⚙</i>
|
||||
</div>
|
||||
</details>
|
||||
|
||||
<div class="attachmentsControls"
|
||||
data-bind="visible: showAttachmentControls() && message().hasAttachments()">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue