diff options
author | Mario <mario@mariovavti.com> | 2020-07-31 09:37:59 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-07-31 09:37:59 +0000 |
commit | 3e7d3a20af328217baf2caa46dff6780a6ebf62c (patch) | |
tree | beb931ad46feea5a9d088ddb1fb45defdf29eadd /view/php/default.php | |
parent | 2d2cab0aba7026c4b68c9a21ac33b415620e613d (diff) | |
download | volse-hubzilla-3e7d3a20af328217baf2caa46dff6780a6ebf62c.tar.gz volse-hubzilla-3e7d3a20af328217baf2caa46dff6780a6ebf62c.tar.bz2 volse-hubzilla-3e7d3a20af328217baf2caa46dff6780a6ebf62c.zip |
css fix
Diffstat (limited to 'view/php/default.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 388c94382..df9b02c4e 100644 --- a/view/php/default.php +++ b/view/php/default.php @@ -17,7 +17,7 @@ <div id="page-footer"></div> <div id="pause"></div> </section> - <aside id="region_3" class="d-none d-xl-table-cell"><div class="aside_spacer"><div id="right_aside_wrapper"><?php if(x($page,'right_aside')) echo $page['right_aside']; ?></div></div></aside> + <aside id="region_3" class="d-none d-xl-block"><div class="aside_spacer"><div id="right_aside_wrapper"><?php if(x($page,'right_aside')) echo $page['right_aside']; ?></div></div></aside> </div> </div> </main> |