mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Resize for the folder list. (#10)
This commit is contained in:
parent
3c8532b21a
commit
1dc5a45564
10 changed files with 357 additions and 233 deletions
|
|
@ -35,8 +35,8 @@
|
|||
#rl-left {
|
||||
.g-ui-absolute-reset;
|
||||
|
||||
right: auto;
|
||||
width: @rlLeftWidth;
|
||||
min-width: 120px;
|
||||
}
|
||||
|
||||
#rl-right {
|
||||
|
|
@ -117,15 +117,15 @@ html.ssm-state-tablet {
|
|||
}
|
||||
|
||||
#rl-sub-left {
|
||||
width: 300px;
|
||||
width: 310px;
|
||||
|
||||
.messageList .inputSearch {
|
||||
width: 210px;
|
||||
width: 220px;
|
||||
}
|
||||
}
|
||||
|
||||
#rl-sub-right {
|
||||
left: 300px;
|
||||
left: 310px;
|
||||
}
|
||||
|
||||
.b-compose.modal {
|
||||
|
|
@ -147,15 +147,15 @@ html.ssm-state-mobile {
|
|||
}
|
||||
|
||||
#rl-sub-left {
|
||||
width: 280px;
|
||||
width: 310px;
|
||||
|
||||
.messageList .inputSearch {
|
||||
width: 190px;
|
||||
width: 220px;
|
||||
}
|
||||
}
|
||||
|
||||
#rl-sub-right {
|
||||
left: 280px;
|
||||
left: 310px;
|
||||
}
|
||||
|
||||
.b-compose.modal {
|
||||
|
|
@ -167,6 +167,12 @@ html.ssm-state-mobile {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
.ui-resizable-helper {
|
||||
border-right: 5px solid #777;
|
||||
border-right-color: rgba(255,255,255,0.7);
|
||||
}
|
||||
|
||||
html.rl-no-preview-pane {
|
||||
|
||||
#rl-sub-left {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue