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,13 +264,9 @@
margin: 0; margin: 0;
} }
.checkboxAttachment { &:not(.selection-mode) {
display: none;
}
&.selection-mode {
.checkboxAttachment { .checkboxAttachment {
display: inline-block; display: none;
} }
} }