mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Add mobile version (beta)
This commit is contained in:
parent
1391648e1b
commit
b0ffd84ac6
76 changed files with 2945 additions and 845 deletions
|
|
@ -1,5 +1,5 @@
|
|||
html.rl-no-preview-pane {
|
||||
|
||||
html.rl-no-preview-pane {
|
||||
.messageList.message-selected {
|
||||
display: none;
|
||||
}
|
||||
|
|
@ -15,6 +15,7 @@ html.rl-no-preview-pane {
|
|||
height: 30px;
|
||||
padding: 10px @rlMainBorderSize;
|
||||
z-index: 102;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.b-footer {
|
||||
|
|
@ -75,6 +76,7 @@ html.rl-no-preview-pane {
|
|||
height: 29px;
|
||||
padding: 10px 8px 10px 11px;
|
||||
z-index: 101;
|
||||
white-space: nowrap;
|
||||
|
||||
background-color: #eee;
|
||||
// #gradient > .vertical(#f4f4f4, #dfdfdf);
|
||||
|
|
@ -624,3 +626,9 @@ html.cssanimations.rl-anim .messageList .line-loading {
|
|||
cursor: pointer;
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
html.rl-mobile {
|
||||
#rl-sub-left .messageList .inputSearch {
|
||||
width: 160px !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue