diff options
author | Mario <mario@mariovavti.com> | 2023-09-13 20:56:27 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-09-13 20:56:27 +0000 |
commit | 8a21c8e618023cc0fb35a843697871649610b079 (patch) | |
tree | 3a19555055070bd3d66708076f9e2cbb5a28ac5e /view/tpl/cover_photo_widget.tpl | |
parent | 8d3d5747d228c249b0eb88051f6e82ca932b3b4b (diff) | |
download | volse-hubzilla-8a21c8e618023cc0fb35a843697871649610b079.tar.gz volse-hubzilla-8a21c8e618023cc0fb35a843697871649610b079.tar.bz2 volse-hubzilla-8a21c8e618023cc0fb35a843697871649610b079.zip |
more theme fixes
Diffstat (limited to 'view/tpl/cover_photo_widget.tpl')
-rw-r--r-- | view/tpl/cover_photo_widget.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/cover_photo_widget.tpl b/view/tpl/cover_photo_widget.tpl index 7333f2d4c..e7fe1effc 100644 --- a/view/tpl/cover_photo_widget.tpl +++ b/view/tpl/cover_photo_widget.tpl @@ -89,14 +89,14 @@ function coverVisibleActions() { $('body').css('cursor', 'n-resize'); $('.navbar').removeClass('fixed-top'); - $('main').css('margin-top', - $('nav').outerHeight(true) + 'px'); + //$('main').css('margin-top', - $('nav').outerHeight(true) + 'px'); $('main').css('opacity', 0); } function coverHiddenActions() { $('body').css('cursor', ''); $('.navbar').addClass('fixed-top'); - $('main').css('margin-top', ''); + //$('main').css('margin-top', ''); $('main').css('opacity', 1); } </script> |