diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-07-15 06:50:31 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-07-15 06:50:31 +0000 |
| commit | 0c064105841608c93649992eeb609e63b73ad595 (patch) | |
| tree | 1483d2fbdc42abe43aefefc9a27c25ecdcb68dcf /src/components/moderation_tools/moderation_tools.vue | |
| parent | 0a7c60c30376dfa0bb3058b16f0e59485f5397c6 (diff) | |
| parent | ff90d864ccccd33e9d2cfb7ef64afa2486c537a0 (diff) | |
Merge branch '482-subscribe-user' into 'develop'
Implement ability to subscribe to a user
Closes #482
See merge request pleroma/pleroma-fe!771
Diffstat (limited to 'src/components/moderation_tools/moderation_tools.vue')
| -rw-r--r-- | src/components/moderation_tools/moderation_tools.vue | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/components/moderation_tools/moderation_tools.vue b/src/components/moderation_tools/moderation_tools.vue index c6f8354b..f1ab67a6 100644 --- a/src/components/moderation_tools/moderation_tools.vue +++ b/src/components/moderation_tools/moderation_tools.vue @@ -1,8 +1,5 @@ <template> - <div - class="block" - style="position: relative" - > + <div> <Popper trigger="click" append-to-body @@ -131,6 +128,7 @@ </div> <button slot="reference" + class="btn btn-default btn-block" :class="{ pressed: showDropDown }" @click="toggleMenu" > |
