fixes footer space when customized

This commit is contained in:
Godfrey M 2023-04-13 12:24:59 -07:00
parent 1a7201d3d9
commit 42f198ffed

View file

@ -851,7 +851,11 @@
</div><!-- /.content-wrapper --> </div><!-- /.content-wrapper -->
@if($snipeSettings->footer_text!='')
<footer class="main-footer hidden-print" style="height:100px;">
@else
<footer class="main-footer hidden-print"> <footer class="main-footer hidden-print">
@endif
<div class="pull-right hidden-xs"> <div class="pull-right hidden-xs">
@if ($snipeSettings->version_footer!='off') @if ($snipeSettings->version_footer!='off')