fix: move profile menu to top-right inside card

This commit is contained in:
Gigi
2025-11-22 02:10:24 +01:00
parent 62e5b2b0af
commit e491f7e385

View File

@@ -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;
}
}