mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 15:37:03 +03:00
Resolve #858
This commit is contained in:
parent
177dfcb7e5
commit
ad8eccf83b
1 changed files with 4 additions and 7 deletions
|
|
@ -6,18 +6,15 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#rl-left, #rl-right {
|
#rl-left, #rl-right {
|
||||||
position: absolute;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
left: 0;
|
left: 0;
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
border: 0;
|
|
||||||
z-index: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#rl-left {
|
#rl-left {
|
||||||
|
z-index: 0;
|
||||||
width: @rlLeftWidth;
|
width: @rlLeftWidth;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -179,6 +176,7 @@ html.rl-side-preview-pane {
|
||||||
|
|
||||||
.search-input-wrp {
|
.search-input-wrp {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
text-align: right;
|
||||||
}
|
}
|
||||||
.search-input-wrp a {
|
.search-input-wrp a {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
@ -270,7 +268,6 @@ html.rl-left-panel-disabled {
|
||||||
html.rl-no-preview-pane {
|
html.rl-no-preview-pane {
|
||||||
|
|
||||||
#V-MailMessageList {
|
#V-MailMessageList {
|
||||||
right: @rlBottomMargin !important;
|
|
||||||
width: inherit;
|
width: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -329,6 +326,6 @@ html.rl-mobile {
|
||||||
}
|
}
|
||||||
|
|
||||||
&.rl-left-panel-disabled #rl-right {
|
&.rl-left-panel-disabled #rl-right {
|
||||||
left: 5px;
|
left: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue