[Perl] DAQ system for the FAPG.
fix show page title on all screens outside the collapse
Place the title in normal flow between brand and toggler so it never appears inside the hamburger menu.
roles/dashboard/templates/layouts/default.html.ep
@@ -25,7 +25,7 @@
25
25
26
26
% my $page_title = stash('page_title') // '';
27
27
% if ($page_title) {
28
Removed:
<span id="navbar-title" class="navbar-text fw-semibold text-body position-absolute start-50 translate-middle-x d-none d-md-inline" aria-hidden="true"><%= $page_title %></span>
28
Added:
<span id="navbar-title" class="navbar-text fw-semibold text-body" aria-hidden="true"><%= $page_title %></span>
29
29
% }
30
30
31
31
<div class="d-flex align-items-center gap-2 ms-auto order-md-last">