This commit is contained in:
djmaze 2021-04-12 13:08:09 +02:00
parent fa371e25bf
commit 1069eca4da
2 changed files with 5 additions and 10 deletions

View file

@ -29,11 +29,10 @@
} }
.checkboxAttachment { .checkboxAttachment {
position: absolute; bottom: 6px;
top: 0;
right: 0;
padding: 1px 4px 0 5px;
cursor: pointer; cursor: pointer;
position: absolute;
right: 6px;
} }
.attachmentSize { .attachmentSize {

View file

@ -264,14 +264,10 @@
margin: 0; margin: 0;
} }
&:not(.selection-mode) {
.checkboxAttachment { .checkboxAttachment {
display: none; display: none;
} }
&.selection-mode {
.checkboxAttachment {
display: inline-block;
}
} }
&.unselectedAttachmentsError { &.unselectedAttachmentsError {