summaryrefslogtreecommitdiffstats
path: root/core/templates/layout.public.php
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-07-23 20:14:19 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-07-24 11:01:11 +0200
commit0274507cb10b53cfd38bd0ae3810c26cdb172ad1 (patch)
tree7816c91efded77f8738f1eae44dad22d888cbe65 /core/templates/layout.public.php
parent262cb04c3ab4f102af206e7757707b4a20a53f41 (diff)
downloadnextcloud-server-0274507cb10b53cfd38bd0ae3810c26cdb172ad1.tar.gz
nextcloud-server-0274507cb10b53cfd38bd0ae3810c26cdb172ad1.zip
Acceptance and mobile navigation fixes
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/templates/layout.public.php')
-rw-r--r--core/templates/layout.public.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/core/templates/layout.public.php b/core/templates/layout.public.php
index 07aff03127d..afdd5656be4 100644
--- a/core/templates/layout.public.php
+++ b/core/templates/layout.public.php
@@ -70,9 +70,11 @@
</div>
<?php } ?>
</header>
- <div id="content" class="app-<?php p($_['appid']) ?>" role="main">
- <?php print_unescaped($_['content']); ?>
- </div>
+ <div id="content-wrapper">
+ <div id="content" class="app-<?php p($_['appid']) ?>" role="main">
+ <?php print_unescaped($_['content']); ?>
+ </div>
+ </div
<?php if($template->getFooterVisible()) { ?>
<footer>
<p class="info"><?php print_unescaped($theme->getLongFooter()); ?></p>