diff options
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 22f67e65..3f4b1b42 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -21,7 +21,7 @@ >{{ unseenCount }}</span> </div> <div - class="timeline-header-button" + class="rightside-button" v-if="showScrollTop" > <button @@ -46,7 +46,7 @@ > {{ $t('notifications.read') }} </button> - <NotificationFilters class="timeline-header-button" /> + <NotificationFilters class="rightside-button" /> </div> <div class="panel-body"> <div |
