aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/notifications.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-09-28 21:34:53 +0300
committerHenry Jameson <me@hjkos.com>2022-09-28 21:34:53 +0300
commit66014fcfcb386f4110ff0a6056e45e61af434ea3 (patch)
tree688c172b755f026593e5014cff20553dc4078b1f /src/components/notifications/notifications.vue
parent7519c7f5d5833a2ab9df7802f0b6234447cea672 (diff)
port changes to notifications
Diffstat (limited to 'src/components/notifications/notifications.vue')
-rw-r--r--src/components/notifications/notifications.vue30
1 files changed, 17 insertions, 13 deletions
diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue
index 08d65439..22f67e65 100644
--- a/src/components/notifications/notifications.vue
+++ b/src/components/notifications/notifications.vue
@@ -20,20 +20,24 @@
class="badge badge-notification unseen-count"
>{{ unseenCount }}</span>
</div>
- <button
+ <div
+ class="timeline-header-button"
v-if="showScrollTop"
- class="button-unstyled scroll-to-top-button"
- type="button"
- @click="scrollToTop"
>
- <FALayers class="fa-scale-110 fa-old-padding-layer">
- <FAIcon icon="arrow-up" />
- <FAIcon
- icon="minus"
- transform="up-7"
- />
- </FALayers>
- </button>
+ <button
+ class="button-unstyled scroll-to-top-button"
+ type="button"
+ @click="scrollToTop"
+ >
+ <FALayers class="fa-scale-110 fa-old-padding-layer">
+ <FAIcon icon="arrow-up" />
+ <FAIcon
+ icon="minus"
+ transform="up-7"
+ />
+ </FALayers>
+ </button>
+ </div>
<button
v-if="unseenCount"
class="button-default read-button"
@@ -42,7 +46,7 @@
>
{{ $t('notifications.read') }}
</button>
- <NotificationFilters />
+ <NotificationFilters class="timeline-header-button" />
</div>
<div class="panel-body">
<div