From e491f7e3858af2e6d9412625ca7b3d775a8939a2 Mon Sep 17 00:00:00 2001 From: Gigi Date: Sat, 22 Nov 2025 02:10:24 +0100 Subject: [PATCH] fix: move profile menu to top-right inside card --- src/styles/components/profile.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/styles/components/profile.css b/src/styles/components/profile.css index bcda9d50..d588498a 100644 --- a/src/styles/components/profile.css +++ b/src/styles/components/profile.css @@ -27,13 +27,13 @@ .profile-card-menu-wrapper { position: absolute; right: 1.25rem; - bottom: 1.25rem; + top: 1.25rem; } .profile-card-menu { position: absolute; right: 0; - bottom: calc(100% + 4px); + top: calc(100% + 4px); background: var(--color-bg-elevated); border: 1px solid var(--color-border-subtle); border-radius: 6px; @@ -92,6 +92,6 @@ .profile-card-menu-wrapper { right: 1rem; - bottom: 1rem; + top: 1rem; } }