mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Resolve #83
This commit is contained in:
parent
fa371e25bf
commit
1069eca4da
2 changed files with 5 additions and 10 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue