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/notifications | |
| parent | 7b99d98c553f40ec4d633d0d4fdf65f275c80e77 (diff) | |
more fixes, add fullwidth
Diffstat (limited to 'src/components/notifications')
| -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 663f623b..725d1ad4 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -43,7 +43,7 @@ </div> <button v-else-if="!loading" - class="button-unstyled -link" + class="button-unstyled -link -fullwidth" @click.prevent="fetchOlderNotifications()" > <div class="new-status-notification text-center panel-footer"> |
