Fix alignment of dropdown menu on profile page
This commit is contained in:
parent
7d1a6d9efb
commit
3a33d057c0
2 changed files with 5 additions and 0 deletions
|
@ -86,6 +86,7 @@
|
|||
background-color: $block-background-color;
|
||||
border: 1px solid $separator-color;
|
||||
border-radius: $btn-border-radius;
|
||||
box-shadow: $shadow;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: $block-inner-padding / 2;
|
||||
|
|
|
@ -377,6 +377,10 @@ $avatar-size: 170px;
|
|||
@include post-dropdown-menu;
|
||||
|
||||
align-self: center;
|
||||
|
||||
.dropdown-menu {
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.profile {
|
||||
|
|
Loading…
Reference in a new issue