Align Firm Admin navigation to full browser width

This commit is contained in:
A R R R Associates
2026-07-11 07:28:40 +05:30
parent ddfcef4f71
commit 219263b16a
@@ -100,7 +100,7 @@
} }
] %} ] %}
<div class="border-b border-slate-200 bg-white shadow-sm" data-uiux-v2-pilot="firm-admin"> <div class="relative left-1/2 w-screen -translate-x-1/2 border-b border-slate-200 bg-white shadow-sm" data-uiux-v2-pilot="firm-admin" data-uiux-v2-layout="full-width-navigation">
{% include "ui/templates/components/navigation_v2.html" %} {% include "ui/templates/components/navigation_v2.html" %}
{% include "ui/templates/components/mobile_navigation_v2.html" %} {% include "ui/templates/components/mobile_navigation_v2.html" %}
</div> </div>