aboutsummaryrefslogtreecommitdiff
path: root/src/components/extra_buttons/extra_buttons.vue
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2021-02-09 13:12:42 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2021-02-09 13:12:42 +0000
commit647d75f27c89b0972a58c62e7ab741d339c545d0 (patch)
treed320e6d9dd95c222de806e929cea0509e20d652d /src/components/extra_buttons/extra_buttons.vue
parent6f3acb3c1beeaf50675f55afe40911d5fb26f2bf (diff)
parent213c5637d4bbebcd3508f0b91da8e6bfae528c1d (diff)
Merge branch 'reactbutton-consistency' into 'develop'
Some fixes for reactbutton/extrabuttons See merge request pleroma/pleroma-fe!1340
Diffstat (limited to 'src/components/extra_buttons/extra_buttons.vue')
-rw-r--r--src/components/extra_buttons/extra_buttons.vue5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/extra_buttons/extra_buttons.vue b/src/components/extra_buttons/extra_buttons.vue
index e845d8fc..c6cb9fbe 100644
--- a/src/components/extra_buttons/extra_buttons.vue
+++ b/src/components/extra_buttons/extra_buttons.vue
@@ -139,6 +139,11 @@
@import '../../_variables.scss';
.ExtraButtons {
+ /* override of popover internal stuff */
+ .popover-trigger-button {
+ width: auto;
+ }
+
.popover-trigger {
position: static;
padding: 10px;