aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/notifications')
-rw-r--r--src/components/notifications/notifications.scss21
-rw-r--r--src/components/notifications/notifications.vue4
2 files changed, 2 insertions, 23 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss
index 245e3f47..f71f9b76 100644
--- a/src/components/notifications/notifications.scss
+++ b/src/components/notifications/notifications.scss
@@ -29,27 +29,6 @@
}
}
}
-
- .timeline-header-button {
- align-self: stretch;
- text-align: center;
- width: var(--__panel-heading-height);
- height: var(--__panel-heading-height);
- margin: calc(-1 * var(--panel-heading-height-padding)) 0;
- margin-right: calc(-1 * var(--__panel-heading-gap));
-
- > button {
- box-sizing: border-box;
- padding: calc(1 * var(--panel-heading-height-padding)) 0;
- height: 100%;
- width: 100%;
- text-align: center;
-
- svg {
- font-size: 1.2em;
- }
- }
- }
}
.notification {
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