From a6d380770338ce9f3996f537b96fdf04977aaa50 Mon Sep 17 00:00:00 2001 From: ebolo Date: Thu, 23 Jan 2025 22:40:57 +0700 Subject: [PATCH] feat: style the app bar and drawer --- CaddyManager/Components/Layout/MainLayout.razor | 1 + .../Components/Layout/NavigationDrawer.razor | 12 ++++++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CaddyManager/Components/Layout/MainLayout.razor b/CaddyManager/Components/Layout/MainLayout.razor index a9feeb8..309b7ea 100644 --- a/CaddyManager/Components/Layout/MainLayout.razor +++ b/CaddyManager/Components/Layout/MainLayout.razor @@ -13,6 +13,7 @@ + Caddy Manager diff --git a/CaddyManager/Components/Layout/NavigationDrawer.razor b/CaddyManager/Components/Layout/NavigationDrawer.razor index fa01f8e..2f9daf2 100644 --- a/CaddyManager/Components/Layout/NavigationDrawer.razor +++ b/CaddyManager/Components/Layout/NavigationDrawer.razor @@ -1,10 +1,14 @@ - + Caddy Manager - Reverse Proxies - Global Caddyfile - Settings + Reverse Proxies + + Global Caddyfile + + Settings + \ No newline at end of file