aboutsummaryrefslogtreecommitdiff
path: root/src/components/extra_buttons
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2020-11-24 14:52:01 +0200
committerShpuld Shpuldson <shp@cock.li>2020-11-24 14:52:01 +0200
commit8b775f94a99b4cdda2c8581d1803a0599c8b0e3a (patch)
tree47b51a68262b315d4d3f2e702ab380ff4a5263ad /src/components/extra_buttons
parent7b99d98c553f40ec4d633d0d4fdf65f275c80e77 (diff)
more fixes, add fullwidth
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;