From d5dbf63c058a954072423ead836cc0f5d69be92c Mon Sep 17 00:00:00 2001 From: Musa Ahmed Date: Fri, 4 Oct 2024 20:39:20 -0400 Subject: [PATCH] - fixed UI for clothing page -css is so annoying bro --- .../Layout/MainLayout.razor | 2 +- .../Pages/Authenticated/Clothing.razor | 39 ++++++++++-------- WardrobeManager.Presentation/Pages/Test.razor | 41 +++++++++++++++++++ .../wwwroot/index.html | 6 +-- WardrobeManager.Shared/Misc/Constants.cs | 2 +- 5 files changed, 68 insertions(+), 22 deletions(-) create mode 100644 WardrobeManager.Presentation/Pages/Test.razor diff --git a/WardrobeManager.Presentation/Layout/MainLayout.razor b/WardrobeManager.Presentation/Layout/MainLayout.razor index 42889bc..9d86c80 100644 --- a/WardrobeManager.Presentation/Layout/MainLayout.razor +++ b/WardrobeManager.Presentation/Layout/MainLayout.razor @@ -10,7 +10,7 @@ -
+
@Body