mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 05:29:20 +03:00
Resolve #864
This commit is contained in:
parent
dba125ad59
commit
79510eb79c
10 changed files with 24 additions and 26 deletions
|
|
@ -9,6 +9,10 @@ This stylesheet is used when SnappyMail runs in embed mode.
|
|||
min-height: 100%;
|
||||
}
|
||||
|
||||
#content #rl-app #rl-left, #content #rl-app #rl-right {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.squire-wysiwyg {
|
||||
min-width: 100%;
|
||||
min-height: 100%;
|
||||
|
|
|
|||
|
|
@ -66,7 +66,6 @@ class PageController extends Controller
|
|||
'BaseAppBootScriptNonce' => $sNonce,
|
||||
'BaseLanguage' => $oActions->compileLanguage($sLanguage, $bAdmin),
|
||||
'BaseAppBootCss' => \file_get_contents(APP_VERSION_ROOT_PATH.'static/css/boot'.$sAppCssMin.'.css'),
|
||||
'BaseAppThemeCssLink' => $oActions->ThemeLink($bAdmin),
|
||||
'BaseAppThemeCss' => \preg_replace(
|
||||
'/\\s*([:;{},]+)\\s*/s',
|
||||
'$1',
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<style id="app-boot-css"><?php echo $_['BaseAppBootCss']; ?></style>
|
||||
<style id="app-theme-style" data-href="<?php echo $_['BaseAppThemeCssLink']; ?>"><?php echo $_['BaseAppThemeCss']; ?></style>
|
||||
<style id="app-theme-style"><?php echo $_['BaseAppThemeCss']; ?></style>
|
||||
<div id="rl-app" data-admin="<?php echo $_['Admin']; ?>" spellcheck="false">
|
||||
<div id="rl-loading">
|
||||
<div id="rl-loading-desc"><?php echo $_['LoadingDescriptionEsc']; ?></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue