Skip to content

Commit

Permalink
Hide mobile navbar in prints (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
janpeterka committed Jul 16, 2023
1 parent 665d808 commit f44348a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/navbars/mobile_navbar.html.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<nav class="navbar mobile-navbar fixed-bottom d-lg-none pt-0 pb-0" data-turbo-permanent>
<nav class="navbar mobile-navbar fixed-bottom d-lg-none pt-0 pb-0 d-print-none" data-turbo-permanent>
<div class="container navbar-dark bg-color-primary color-white mt-0 pt-1 pb-0">

<ul class="navbar-nav navbar-icon-grid">
Expand Down

0 comments on commit f44348a

Please sign in to comment.