From c20c5c93432695b4b51109171cdb4544c9f37976 Mon Sep 17 00:00:00 2001 From: limited_dev Date: Tue, 13 Jun 2023 15:03:29 +0200 Subject: [PATCH] feat: moved the logo to the right side fix: fixed coloring in bg on mobile Signed-off-by: limited_dev --- .../Pages/Accounts/UserPage.razor | 1 + ImageBoardServerApp/Shared/MainLayout.razor | 4 +++ ImageBoardServerApp/Shared/NavMenu.razor | 14 ++++----- ImageBoardServerApp/Shared/NavMenu.razor.css | 30 ++++++++++++++++--- ImageBoardServerApp/wwwroot/css/site.css | 2 ++ 5 files changed, 40 insertions(+), 11 deletions(-) diff --git a/ImageBoardServerApp/Pages/Accounts/UserPage.razor b/ImageBoardServerApp/Pages/Accounts/UserPage.razor index 0d3f26a..49c7552 100644 --- a/ImageBoardServerApp/Pages/Accounts/UserPage.razor +++ b/ImageBoardServerApp/Pages/Accounts/UserPage.razor @@ -40,6 +40,7 @@

[Logout] + You are not logged in. diff --git a/ImageBoardServerApp/Shared/MainLayout.razor b/ImageBoardServerApp/Shared/MainLayout.razor index 4ffda29..1cff71e 100644 --- a/ImageBoardServerApp/Shared/MainLayout.razor +++ b/ImageBoardServerApp/Shared/MainLayout.razor @@ -13,9 +13,13 @@
@Body
+
+
+
+ @code { diff --git a/ImageBoardServerApp/Shared/NavMenu.razor b/ImageBoardServerApp/Shared/NavMenu.razor index 353bafb..7f43c90 100644 --- a/ImageBoardServerApp/Shared/NavMenu.razor +++ b/ImageBoardServerApp/Shared/NavMenu.razor @@ -3,12 +3,12 @@ @inject NavigationManager navManager - + Boards @@ -31,7 +31,7 @@ } - +