diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-20 19:57:01 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-20 19:57:01 +0300 |
| commit | 85c515b3952d819b4bb983426ac562c4c00a193d (patch) | |
| tree | 0c9ed75a6d6d99298ef88dc4761ca49dd382baf8 /src/components/timeline/timeline.vue | |
| parent | 631b8b93a4a8dd548bae5ab9fa7bc4d6e892ae3f (diff) | |
more fixes for timeline headers
Diffstat (limited to 'src/components/timeline/timeline.vue')
| -rw-r--r-- | src/components/timeline/timeline.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue index ff3cd72d..958808f6 100644 --- a/src/components/timeline/timeline.vue +++ b/src/components/timeline/timeline.vue @@ -60,7 +60,7 @@ </div> <button v-else-if="!timeline.loading" - class="button-unstyled -link -fullwidth" + class="button-unstyled -link" @click.prevent="fetchOlderStatuses()" > <div class="new-status-notification text-center"> |
