mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 05:59:21 +03:00
Improved icon font view
This commit is contained in:
parent
93738eac22
commit
4a8c9f8e18
31 changed files with 115 additions and 196 deletions
|
|
@ -247,7 +247,7 @@ html.rl-no-preview-pane {
|
|||
border-radius: @rlLowBorderRadius;
|
||||
scroll-behavior: smooth;
|
||||
|
||||
.buttonUp, .buttonUnFull, .buttonFull {
|
||||
.buttonUnFull, .buttonFull {
|
||||
display: inline-block;
|
||||
position: fixed;
|
||||
right: 25px;
|
||||
|
|
@ -274,12 +274,7 @@ html.rl-no-preview-pane {
|
|||
}
|
||||
}
|
||||
|
||||
.buttonUp {
|
||||
right: 65px;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.buttonUp, .buttonUnFull {
|
||||
.buttonUnFull {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
@ -326,12 +321,12 @@ html.rl-no-preview-pane {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
.checkedParent {
|
||||
.checkboxAttachment {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&.selection-mode {
|
||||
.checkedParent {
|
||||
.checkboxAttachment {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
|
@ -656,14 +651,8 @@ html.rl-message-fullscreen {
|
|||
}
|
||||
}
|
||||
|
||||
html .messageItem {
|
||||
.buttonUp, .buttonUp {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
html:not(.rl-mobile) .messageItem {
|
||||
.buttonUp, .buttonFull {
|
||||
.buttonFull {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
|
@ -675,7 +664,4 @@ html.rl-message-fullscreen .messageItem {
|
|||
.buttonFull {
|
||||
display: none !important;
|
||||
}
|
||||
.buttonUp {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue