mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-10-06 03:44:56 +08:00
Better mobile folderlist size
This commit is contained in:
parent
45ae35110c
commit
ddbcb4bfa4
1 changed files with 11 additions and 10 deletions
|
@ -4,6 +4,12 @@
|
||||||
|
|
||||||
.b-folders {
|
.b-folders {
|
||||||
|
|
||||||
|
> * {
|
||||||
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
@ -24,10 +30,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.b-toolbar {
|
.b-toolbar {
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
|
||||||
left: 0;
|
|
||||||
height: 30px;
|
height: 30px;
|
||||||
padding: 10px 0 0 @rlLowMargin;
|
padding: 10px 0 0 @rlLowMargin;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
@ -35,10 +38,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.b-footer {
|
.b-footer {
|
||||||
position: absolute;
|
|
||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
right: 0;
|
|
||||||
left: 0;
|
|
||||||
height: 30px;
|
height: 30px;
|
||||||
padding: 0 10px 0 5px;
|
padding: 0 10px 0 5px;
|
||||||
z-index: 101;
|
z-index: 101;
|
||||||
|
@ -48,11 +48,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.b-content {
|
.b-content {
|
||||||
position: absolute;
|
|
||||||
top: 50px + @rlLowMargin;
|
|
||||||
bottom: 32px + @rlLowMargin + @rlBottomMargin;
|
bottom: 32px + @rlLowMargin + @rlBottomMargin;
|
||||||
left: 0;
|
top: 50px + @rlLowMargin;
|
||||||
right: 0;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
|
@ -251,3 +248,7 @@ html.rl-left-panel-disabled {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html.rl-mobile .b-folders .b-content {
|
||||||
|
bottom: 0;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue