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 {
position: absolute;
top: 0;
right: 0;
padding: 1px 4px 0 5px;
bottom: 6px;
cursor: pointer;
position: absolute;
right: 6px;
}
.attachmentSize {

View file

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