From e075a4edea7912a9a5b8028105b92356bcbbf4c6 Mon Sep 17 00:00:00 2001 From: Mia Winter Date: Mon, 15 Jan 2024 21:10:01 +0100 Subject: [PATCH] Removed fixed width from ProfilePictureComponent --- Wave/Components/Layout/NavMenu.razor | 4 +++- Wave/Components/ProfilePictureComponent.razor | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Wave/Components/Layout/NavMenu.razor b/Wave/Components/Layout/NavMenu.razor index 17d2d83..a393a32 100644 --- a/Wave/Components/Layout/NavMenu.razor +++ b/Wave/Components/Layout/NavMenu.razor @@ -57,7 +57,9 @@ @if (context.User.FindFirst(ClaimTypes.NameIdentifier)?.Value is { } id) { - +
+ +
}
diff --git a/Wave/Components/ProfilePictureComponent.razor b/Wave/Components/ProfilePictureComponent.razor index 5238532..3517282 100644 --- a/Wave/Components/ProfilePictureComponent.razor +++ b/Wave/Components/ProfilePictureComponent.razor @@ -1,5 +1,5 @@ 
-
+