Fix mobile gui

This commit is contained in:
RainLoop Team 2016-05-01 14:51:49 +03:00
parent b0ffd84ac6
commit 116de6fd45
6 changed files with 13 additions and 13 deletions

View file

@ -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;
}
}

View file

@ -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;
}

View file

@ -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;