mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 03:59:21 +03:00
Move folder list resize button to bottom
This commit is contained in:
parent
0ce7b03fd0
commit
c25b5bfef7
13 changed files with 103 additions and 50 deletions
|
|
@ -108,7 +108,7 @@ html.ssm-state-desktop {
|
|||
}
|
||||
}
|
||||
|
||||
html.ssm-state-tablet, html.ssm-state-mobile {
|
||||
html.ssm-state-tablet {
|
||||
|
||||
#rl-left {
|
||||
width: 160px;
|
||||
|
|
@ -139,6 +139,37 @@ html.ssm-state-tablet, html.ssm-state-mobile {
|
|||
}
|
||||
}
|
||||
|
||||
html.ssm-state-mobile {
|
||||
|
||||
#rl-left {
|
||||
width: 155px;
|
||||
}
|
||||
|
||||
#rl-right {
|
||||
left: 155px;
|
||||
}
|
||||
|
||||
#rl-sub-left {
|
||||
width: 310px;
|
||||
|
||||
.messageList .inputSearch {
|
||||
width: 200px;
|
||||
}
|
||||
}
|
||||
|
||||
#rl-sub-right {
|
||||
left: 310px;
|
||||
}
|
||||
|
||||
.b-compose.modal {
|
||||
width: 800px;
|
||||
}
|
||||
|
||||
.b-contacts-content.modal {
|
||||
width: 800px;
|
||||
}
|
||||
}
|
||||
|
||||
html.rl-left-panel-disabled {
|
||||
|
||||
#rl-left {
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@
|
|||
|
||||
.b-content {
|
||||
position: absolute;
|
||||
top: 50px + @rlLowMargin;
|
||||
top: 50px;
|
||||
bottom: @rlLowMargin;
|
||||
left: 0;
|
||||
right: @rlLowMargin;
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@ select {
|
|||
// }
|
||||
}
|
||||
|
||||
.btn, .btn.btn-dark-disabled-border {
|
||||
.btn.btn-dark-disabled-border {
|
||||
&.disabled, &[disabled] {
|
||||
border-color: #aaa;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue