Fix alignment of dropdown menu on profile page

This commit is contained in:
silverpill 2022-01-27 19:10:31 +00:00
parent 7d1a6d9efb
commit 3a33d057c0
2 changed files with 5 additions and 0 deletions

View file

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

View file

@ -377,6 +377,10 @@ $avatar-size: 170px;
@include post-dropdown-menu;
align-self: center;
.dropdown-menu {
right: 0;
}
}
.profile {