diff --git a/app/views/navigation/_desktop.haml b/app/views/navigation/_desktop.haml index 485634cd..d0801d13 100644 --- a/app/views/navigation/_desktop.haml +++ b/app/views/navigation/_desktop.haml @@ -1,4 +1,4 @@ -%nav.navbar.navbar-themed.navbar-expand-lg.bg-primary.fixed-top.d-lg-block.d-none{ role: :navigation } +%nav.navbar.navbar-themed.navbar-expand-lg.bg-primary.fixed-top.d-lg-block.d-none.d-print-none{ role: :navigation } .container{ class: ios_web_app? ? 'ios-web-app' : '' } %a.navbar-brand{ href: '/' } = APP_CONFIG['site_name'] diff --git a/app/views/navigation/_mobile.haml b/app/views/navigation/_mobile.haml index 5dd42539..3d238658 100644 --- a/app/views/navigation/_mobile.haml +++ b/app/views/navigation/_mobile.haml @@ -1,6 +1,6 @@ = render 'navigation/mobile/profile' - notifications_icon = notification_count.nil? ? 'bell-o' : 'bell' -%nav.navbar.navbar-themed.bg-primary.fixed-bottom.d-lg-none.d-block#rs-mobile-nav{ role: :navigation } +%nav.navbar.navbar-themed.bg-primary.fixed-bottom.d-lg-none.d-block.d-print-none#rs-mobile-nav{ role: :navigation } .container{ class: ios_web_app? ? 'ios-web-app' : '' } %ul.nav.navbar-nav.navbar-icon-row = nav_entry t('views.navigation.timeline'), root_path, icon: 'home', icon_only: true