mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-24 23:08:08 +08:00
Cleanup
This commit is contained in:
parent
9431c83003
commit
79b3685b43
1 changed files with 12 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
||||||
html.ssm-state-mobile {
|
html.ssm-state-mobile {
|
||||||
&.rl-message-fullscreen.rl-left-panel-disabled {
|
|
||||||
|
&.rl-message-fullscreen {
|
||||||
#rl-right {
|
#rl-right {
|
||||||
.RL-MailMessageView {
|
.RL-MailMessageView {
|
||||||
#rl-sub-right {
|
#rl-sub-right {
|
||||||
|
@ -64,7 +65,8 @@ html.ssm-state-mobile {
|
||||||
top:90px;
|
top:90px;
|
||||||
right:0px;
|
right:0px;
|
||||||
width:35px;
|
width:35px;
|
||||||
height:100%;
|
bottom:10px;
|
||||||
|
height:auto;
|
||||||
opacity:1.0;
|
opacity:1.0;
|
||||||
border:none;
|
border:none;
|
||||||
border-radius:0px;
|
border-radius:0px;
|
||||||
|
@ -72,9 +74,16 @@ html.ssm-state-mobile {
|
||||||
&:hover {
|
&:hover {
|
||||||
background:#FFFFFF;
|
background:#FFFFFF;
|
||||||
opacity:0.5;
|
opacity:0.5;
|
||||||
|
color:#000000;
|
||||||
}
|
}
|
||||||
i {
|
i {
|
||||||
display:none;
|
position:absolute;
|
||||||
|
bottom:5px;
|
||||||
|
right:1px;
|
||||||
|
background:#F5F5F5;
|
||||||
|
border:1px solid #B7B7B7;
|
||||||
|
border-radius:4px;
|
||||||
|
padding:7px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue