diff options
author | Mario <mario@mariovavti.com> | 2023-09-13 15:51:10 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-09-13 15:51:10 +0000 |
commit | 9e42be988408e0b4c7cff57c3923c73f6756e861 (patch) | |
tree | db100bae5e09cc7a1d76c35c065b5a783806cc6d /view/php | |
parent | 75e75b93cff5b2fb5d6243a908ee003b3faf010a (diff) | |
download | volse-hubzilla-9e42be988408e0b4c7cff57c3923c73f6756e861.tar.gz volse-hubzilla-9e42be988408e0b4c7cff57c3923c73f6756e861.tar.bz2 volse-hubzilla-9e42be988408e0b4c7cff57c3923c73f6756e861.zip |
theme fixes
Diffstat (limited to 'view/php')
-rw-r--r-- | view/php/default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/php/default.php b/view/php/default.php index f0699090a..8d2c092a3 100644 --- a/view/php/default.php +++ b/view/php/default.php @@ -24,7 +24,7 @@ <main> <div class="content"> <div class="columns"> - <aside id="region_1"><div class="aside_spacer_top_left"></div><div class="aside_spacer_left"><div id="left_aside_wrapper" class="aside_wrapper"><?php if(x($page,'aside')) echo $page['aside']; ?></div></div></aside> + <aside id="region_1" class="d-none d-lg-block"><div class="aside_spacer_top_left"></div><div class="aside_spacer_left"><div id="left_aside_wrapper" class="aside_wrapper"><?php if(x($page,'aside')) echo $page['aside']; ?></div></div></aside> <section id="region_2"><?php if(x($page,'content')) echo $page['content']; ?> <div id="page-footer"></div> <div id="pause"></div> |