aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/timeline')
-rw-r--r--src/components/timeline/timeline.vue14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue
index 877a0cc0..2279f21a 100644
--- a/src/components/timeline/timeline.vue
+++ b/src/components/timeline/timeline.vue
@@ -6,8 +6,8 @@
:timeline-name="timelineName"
/>
<div
- class="rightside-button"
v-if="showScrollTop && !embedded"
+ class="rightside-button"
>
<button
class="button-unstyled scroll-to-top-button"
@@ -26,8 +26,8 @@
</div>
<template v-if="mobileLayout && !embedded">
<div
- class="rightside-button"
v-if="showLoadButton"
+ class="rightside-button"
>
<button
class="button-unstyled loadmore-button"
@@ -72,8 +72,14 @@
{{ $t('timeline.up_to_date') }}
</div>
</template>
- <QuickFilterSettings v-if="!embedded" class="rightside-button"/>
- <QuickViewSettings v-if="!embedded" class="rightside-button"/>
+ <QuickFilterSettings
+ v-if="!embedded"
+ class="rightside-button"
+ />
+ <QuickViewSettings
+ v-if="!embedded"
+ class="rightside-button"
+ />
</div>
<div :class="classes.body">
<div