diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-11-24 14:52:01 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-11-24 14:52:01 +0200 |
| commit | 8b775f94a99b4cdda2c8581d1803a0599c8b0e3a (patch) | |
| tree | 47b51a68262b315d4d3f2e702ab380ff4a5263ad /src/components/timeline | |
| parent | 7b99d98c553f40ec4d633d0d4fdf65f275c80e77 (diff) | |
more fixes, add fullwidth
Diffstat (limited to 'src/components/timeline')
| -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 8ffa4499..52fd674e 100644 --- a/src/components/timeline/timeline.vue +++ b/src/components/timeline/timeline.vue @@ -63,7 +63,7 @@ </div> <button v-else-if="!timeline.loading" - class="button-unstyled -link" + class="button-unstyled -link -fullwidth" @click.prevent="fetchOlderStatuses()" > <div class="new-status-notification text-center panel-footer">{{ $t('timeline.load_older') }}</div> |
