mirror of
https://github.com/dergigi/boris.git
synced 2025-12-16 22:24:25 +01:00
fix: move profile menu to top-right inside card
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user