Skip to content

Commit

Permalink
Merge pull request #6956 from Ocelot-Social-Community/6759-fix-group-…
Browse files Browse the repository at this point in the history
…profile-content-menu-position

fix(webapp): fix wrong content menu position on group profile page
  • Loading branch information
Tirokk authored Feb 1, 2024
2 parents 27e4453 + 7f1c5a1 commit b2abbc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webapp/pages/groups/_id/_slug.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<client-only>
<group-content-menu
v-if="isGroupOwner"
class="group-content-menu"
class="group-profile-content-menu"
:usage="'groupProfile'"
:group="group || {}"
placement="bottom-end"
Expand Down Expand Up @@ -639,8 +639,8 @@ export default {
margin: auto;
margin-top: -60px;
}
.page-name-group-id-slug {
.ds-flex-item:first-child .group-content-menu {
.group-profile {
.ds-flex-item:first-child .group-profile-content-menu {
position: absolute;
top: $space-x-small;
right: $space-x-small;
Expand Down

0 comments on commit b2abbc1

Please # to comment.