diff options
| author | Henry Jameson <me@hjkos.com> | 2021-03-08 19:18:43 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-03-08 19:18:43 +0200 |
| commit | 8a590f9269086ac737869e948954c74d6317541e (patch) | |
| tree | 9b91561fcaf7e0927a2d07054717b19a4da844f9 /src/components/notifications/notifications.vue | |
| parent | 6281241b92bc17a9535b15a52e656b9f218e3322 (diff) | |
Cleaned up panel-footer. No longer uses header styles since those look
and work ugly.
Diffstat (limited to 'src/components/notifications/notifications.vue')
| -rw-r--r-- | src/components/notifications/notifications.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index 725d1ad4..eb951f18 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -37,7 +37,7 @@ <div class="panel-footer"> <div v-if="bottomedOut" - class="new-status-notification text-center panel-footer faint" + class="new-status-notification text-center faint" > {{ $t('notifications.no_more_notifications') }} </div> @@ -46,7 +46,7 @@ class="button-unstyled -link -fullwidth" @click.prevent="fetchOlderNotifications()" > - <div class="new-status-notification text-center panel-footer"> + <div class="new-status-notification text-center"> {{ minimalMode ? $t('interactions.load_older') : $t('notifications.load_older') }} </div> </button> |
