diff options
| author | Henry Jameson <me@hjkos.com> | 2022-10-09 18:50:13 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-10-09 18:50:13 +0300 |
| commit | 0331e42ee8576893dab2c6319ee5c0d62895b8d8 (patch) | |
| tree | c5e7dd74e30e9525655b4284a831e92647332563 /src/components/notifications/notifications.vue | |
| parent | ce6ce4b6cdd3aea2712ce73c0b0fd9d64372ac8e (diff) | |
move definitions for timeline header buttons to Panel.scss, now called
rightside buttons
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 |
