mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 08:24:50 +03:00
Fix mobile gui
This commit is contained in:
parent
b0ffd84ac6
commit
116de6fd45
6 changed files with 13 additions and 13 deletions
|
|
@ -244,6 +244,7 @@
|
|||
overflow: hidden;
|
||||
height: 19px;
|
||||
display: inline-block;
|
||||
margin-top: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -258,7 +259,7 @@ html.rl-left-panel-disabled, html.rl-left-panel-short {
|
|||
margin-top: 10px !important;
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
#rl-left {
|
||||
&.rl-mobile #rl-left {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -371,16 +371,17 @@ html.rl-ctrl-key-pressed {
|
|||
}
|
||||
|
||||
html.rl-mobile .hide-on-mobile {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.show-on-mobile {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
html.rl-mobile .show-on-mobile {
|
||||
display: initial;
|
||||
display: initial !important;
|
||||
}
|
||||
|
||||
html.rl-mobile .width100-on-mobile {
|
||||
width: 100%;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -66,8 +66,6 @@
|
|||
this.folderList = FolderStore.folderList;
|
||||
|
||||
this.composeInEdit = AppStore.composeInEdit;
|
||||
this.allowComposer = !!Settings.capa(Enums.Capa.Composer);
|
||||
|
||||
this.leftPanelDisabled = Globals.leftPanelDisabled;
|
||||
|
||||
this.selectorMessageSelected = MessageStore.selectorMessageSelected;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue