From 18e2a7cf6a93db519d442e65a50f3824f0622fd8 Mon Sep 17 00:00:00 2001 From: cvelazquez Date: Thu, 7 Mar 2024 08:55:13 -0300 Subject: [PATCH] fix: Relocate navbar-toggler button in layout template The navigation bar 'navbar-toggler' button has been shifted in the layout.html file. Previously, it was located inside the 'navbar navbar-expand-md navbar-light' div, but now it resides just above the 'collapse navbar-collapse' div. This modification enhances the positioning and visibility of the button, potentially improving the user interface. --- fastapi_admin/templates/layout.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/fastapi_admin/templates/layout.html b/fastapi_admin/templates/layout.html index 3ed58ed..f6c1330 100644 --- a/fastapi_admin/templates/layout.html +++ b/fastapi_admin/templates/layout.html @@ -15,6 +15,12 @@ {% endif %} +