diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue
index 618325660a..3752e3c1cb 100644
--- a/src/components/conversation/conversation.vue
+++ b/src/components/conversation/conversation.vue
@@ -20,10 +20,12 @@
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss
index 245e3f47b5..f71f9b7612 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 22f67e654b..3f4b1b4217 100644
--- a/src/components/notifications/notifications.vue
+++ b/src/components/notifications/notifications.vue
@@ -21,7 +21,7 @@
>{{ unseenCount }}
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;
- }
- }
- }
-
- .timeline-header-icon {
- align-self: stretch;
- text-align: center;
- width: var(--__panel-heading-height);
- margin-right: calc(-1 * var(--__panel-heading-gap));
-
- svg {
- font-size: 1.2em;
- }
- }
-
.loadmore-button {
position: relative
}
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue
index 15d097e8ba..77480345c1 100644
--- a/src/components/timeline/timeline.vue
+++ b/src/components/timeline/timeline.vue
@@ -6,7 +6,7 @@
:timeline-name="timelineName"
/>