mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-24 14:57:26 +08: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 {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
padding: 1px 4px 0 5px;
|
||||
bottom: 6px;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
right: 6px;
|
||||
}
|
||||
|
||||
.attachmentSize {
|
||||
|
|
|
@ -264,13 +264,9 @@
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
.checkboxAttachment {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&.selection-mode {
|
||||
&:not(.selection-mode) {
|
||||
.checkboxAttachment {
|
||||
display: inline-block;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue