mirror of
https://github.com/dergigi/boris.git
synced 2025-12-17 06:34:24 +01:00
fix: move profile menu to top-right inside card
This commit is contained in:
@@ -27,13 +27,13 @@
|
|||||||
.profile-card-menu-wrapper {
|
.profile-card-menu-wrapper {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 1.25rem;
|
right: 1.25rem;
|
||||||
bottom: 1.25rem;
|
top: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-card-menu {
|
.profile-card-menu {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: calc(100% + 4px);
|
top: calc(100% + 4px);
|
||||||
background: var(--color-bg-elevated);
|
background: var(--color-bg-elevated);
|
||||||
border: 1px solid var(--color-border-subtle);
|
border: 1px solid var(--color-border-subtle);
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
@@ -92,6 +92,6 @@
|
|||||||
|
|
||||||
.profile-card-menu-wrapper {
|
.profile-card-menu-wrapper {
|
||||||
right: 1rem;
|
right: 1rem;
|
||||||
bottom: 1rem;
|
top: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user