July 4 - Update responsive menu 2
This commit is contained in:
@@ -75,7 +75,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{% if current_user.is_authenticated %}
|
{% if current_user.is_authenticated %}
|
||||||
<nav class="navbar navbar-expand-xl navbar-dark bg-primary">
|
<nav class="navbar navbar-expand-xxl navbar-dark bg-primary">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<a class="navbar-brand" href="{{ url_for('dashboard.index') }}">
|
<a class="navbar-brand" href="{{ url_for('dashboard.index') }}">
|
||||||
{% if tenant_branding and tenant_branding.logo_url %}
|
{% if tenant_branding and tenant_branding.logo_url %}
|
||||||
@@ -88,7 +88,7 @@
|
|||||||
{{ tenant_branding.display_name if tenant_branding else 'Janitorial QC' }}
|
{{ tenant_branding.display_name if tenant_branding else 'Janitorial QC' }}
|
||||||
</a>
|
</a>
|
||||||
<!-- ── Bell + toggler always visible on mobile/tablet ── -->
|
<!-- ── Bell + toggler always visible on mobile/tablet ── -->
|
||||||
<div class="d-flex align-items-center gap-2 ms-auto me-2 d-xl-none">
|
<div class="d-flex align-items-center gap-2 ms-auto me-2 d-xxl-none">
|
||||||
<!-- Notification bell (always visible) -->
|
<!-- Notification bell (always visible) -->
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
<a class="nav-link position-relative notif-bell-wrapper text-white"
|
<a class="nav-link position-relative notif-bell-wrapper text-white"
|
||||||
@@ -273,7 +273,7 @@
|
|||||||
<ul class="navbar-nav align-items-center">
|
<ul class="navbar-nav align-items-center">
|
||||||
|
|
||||||
<!-- ── Notification Bell (desktop lg+ only) ── -->
|
<!-- ── Notification Bell (desktop lg+ only) ── -->
|
||||||
<li class="nav-item dropdown me-2 d-none d-xl-block">
|
<li class="nav-item dropdown me-2 d-none d-xxl-block">
|
||||||
<a class="nav-link position-relative notif-bell-wrapper"
|
<a class="nav-link position-relative notif-bell-wrapper"
|
||||||
href="#"
|
href="#"
|
||||||
id="notifDropdown"
|
id="notifDropdown"
|
||||||
|
|||||||
Reference in New Issue
Block a user