aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/timeline/timeline.vue30
1 files changed, 16 insertions, 14 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue
index c8aeaf1e..fe5d4822 100644
--- a/src/components/timeline/timeline.vue
+++ b/src/components/timeline/timeline.vue
@@ -5,20 +5,22 @@
v-if="!embedded"
:timeline-name="timelineName"
/>
- <button
- v-if="showScrollTop"
- class="button-unstyled scroll-to-top-button"
- type="button"
- @click="scrollToTop"
- >
- <FALayers class="fa-scale-110 fa-old-padding-layer">
- <FAIcon icon="arrow-up" />
- <FAIcon
- icon="minus"
- transform="up-7"
- />
- </FALayers>
- </button>
+ <div class="timeline-header-button">
+ <button
+ v-if="showScrollTop"
+ class="button-unstyled scroll-to-top-button"
+ type="button"
+ @click="scrollToTop"
+ >
+ <FALayers class="fa-scale-110 fa-old-padding-layer">
+ <FAIcon icon="arrow-up" />
+ <FAIcon
+ icon="minus"
+ transform="up-7"
+ />
+ </FALayers>
+ </button>
+ </div>
<template v-if="mobileLayout && !embedded">
<div
class="timeline-header-button"