diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-29 18:07:15 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-29 18:07:15 +0200 |
| commit | 73f6ecb21e9a705caac0d1ce6b38b3aa75e4345b (patch) | |
| tree | da71e2465959a544d51d063b63c3b83ce9193ac1 /src/components/notifications/notifications.vue | |
| parent | 78dcc0423e17c72b5f301cc55cb2f09ad9bdc4ee (diff) | |
clean up some variables, fixing search footer
Diffstat (limited to 'src/components/notifications/notifications.vue')
| -rw-r--r-- | src/components/notifications/notifications.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index eb128450..87e7b68d 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -85,7 +85,7 @@ </div> <button v-else-if="!loading" - class="button-unstyled -link -fullwidth" + class="button-unstyled -link text-center" @click.prevent="fetchOlderNotifications()" > <div class="new-status-notification text-center"> |
