mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Merge pull request #6956 from Ocelot-Social-Community/6759-fix-group-profile-content-menu-position
fix(webapp): fix wrong content menu position on group profile page
This commit is contained in:
commit
b2abbc11c7
@ -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"
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user