mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 00:09:13 +01:00
Fix mail splitter loses its last stored height value after browsing with mobile theme
This commit is contained in:
parent
cf83860864
commit
215289a5f5
@ -607,7 +607,8 @@ app.classes.mail = AppJS.extend(
|
||||
//this.et2.getWidgetById('mailPreviewHeadersDate').set_disabled(_value);
|
||||
//this.et2.getWidgetById('mailPreviewHeadersSubject').set_disabled(_value);
|
||||
this.et2.getWidgetById('mailPreview').set_disabled(_value);
|
||||
if (_value==true)
|
||||
//Dock the splitter always if we are browsing with mobile
|
||||
if (_value==true || egwIsMobile())
|
||||
{
|
||||
if (this.mail_previewAreaActive) splitter.dock();
|
||||
this.mail_previewAreaActive = false;
|
||||
|
@ -798,9 +798,6 @@ blockquote blockquote blockquote blockquote blockquote blockquote{
|
||||
|
||||
/* MOBILE and tablets (Portrait & Landscape) View --------------*/
|
||||
@media only screen and (max-device-width:1024px) {
|
||||
div#mail-index_nm {
|
||||
height: 100% !important;
|
||||
}
|
||||
/*Disable the preview spliter*/
|
||||
div#mail-index_mailPreview, div.splitter-bar {
|
||||
display: none !important;
|
||||
|
@ -791,9 +791,6 @@ blockquote blockquote blockquote blockquote blockquote blockquote {
|
||||
}
|
||||
/* MOBILE and tablets (Portrait & Landscape) View --------------*/
|
||||
@media only screen and (max-device-width: 1024px) {
|
||||
div#mail-index_nm {
|
||||
height: 100% !important;
|
||||
}
|
||||
/*Disable the preview spliter*/
|
||||
div#mail-index_mailPreview,
|
||||
div.splitter-bar {
|
||||
|
Loading…
Reference in New Issue
Block a user