aboutsummaryrefslogtreecommitdiff
path: root/src/components/extra_buttons
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/extra_buttons')
-rw-r--r--src/components/extra_buttons/extra_buttons.vue10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/components/extra_buttons/extra_buttons.vue b/src/components/extra_buttons/extra_buttons.vue
index 5c9e1963..1578267c 100644
--- a/src/components/extra_buttons/extra_buttons.vue
+++ b/src/components/extra_buttons/extra_buttons.vue
@@ -2,7 +2,7 @@
<Popover
trigger="click"
placement="top"
- class="extra-button-popover"
+ :offset="{ y: -5 }"
:bound-to="{ x: 'container' }"
>
<div
@@ -97,15 +97,15 @@
</button>
</div>
</div>
- <button
+ <span
slot="trigger"
- class="ExtraButtons button-unstyled -padded"
+ class="ExtraButtons"
>
<FAIcon
class="fa-scale-110 fa-old-padding"
icon="ellipsis-h"
/>
- </button>
+ </span>
</Popover>
</template>
@@ -117,6 +117,8 @@
.ExtraButtons {
cursor: pointer;
position: static;
+ padding: 10px;
+ margin: -10px;
&:hover .svg-inline--fa {
color: $fallback--text;