diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-11-26 18:23:53 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-11-26 18:23:53 +0200 |
| commit | bee77ffdb284601720b9a13a19ca029af258d617 (patch) | |
| tree | 267978503da416976e9f5d48fee6ef6dae9252ec /src/components/notifications/notifications.vue | |
| parent | ebe3b38a90d99da4af1a9c99bdb592472f2d8892 (diff) | |
fix retweet event handler, fix text being selectable for status action counters
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 725d1ad4..4cdb436c 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 -fullwidth" + class="button-unstyled -link -block" @click.prevent="fetchOlderNotifications()" > <div class="new-status-notification text-center panel-footer"> |
