From b73994f8e922074180fe893e0cb849deb64ae808 Mon Sep 17 00:00:00 2001 From: Lioncat6 <95449321+Lioncat6@users.noreply.github.com> Date: Thu, 28 Mar 2024 19:44:34 -0500 Subject: [PATCH] Centered Profile Icon in the bottom-right corner --- src/theme/sidebar/_panels.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/theme/sidebar/_panels.scss b/src/theme/sidebar/_panels.scss index 8df792e..3fc98e4 100644 --- a/src/theme/sidebar/_panels.scss +++ b/src/theme/sidebar/_panels.scss @@ -80,6 +80,7 @@ border-top: 1px solid var(--border); } .avatarWrapper__500a6 { + justify-content: center; flex: 1; } }