diff options
| author | Henry Jameson <me@hjkos.com> | 2022-11-21 22:17:33 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-11-21 22:17:33 +0200 |
| commit | 3c0e7882b10989424c3ec98413b555373efa1719 (patch) | |
| tree | 984024834844471ac8742b87b7369a3942afcdac /src/components/timeline/timeline.vue | |
| parent | cf294f2d1825cc34e5e632c1a00095a81cad06f9 (diff) | |
lint
Diffstat (limited to 'src/components/timeline/timeline.vue')
| -rw-r--r-- | src/components/timeline/timeline.vue | 14 |
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 |
