aboutsummaryrefslogtreecommitdiff
path: root/src/components/notification/notification.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2020-08-18 00:26:02 +0300
committerHenry Jameson <me@hjkos.com>2020-08-18 00:26:02 +0300
commit2fa050b1630e11efd1db17ad8d63a88ec7a9c8f9 (patch)
treeb3a7e24b100abce21790a85109844493bf3bc224 /src/components/notification/notification.vue
parent1a8840c7c3bb698f3984028db5c1b71025d9d6a1 (diff)
Fix muted notifications
Diffstat (limited to 'src/components/notification/notification.vue')
-rw-r--r--src/components/notification/notification.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue
index 044ac871..7fac3840 100644
--- a/src/components/notification/notification.vue
+++ b/src/components/notification/notification.vue
@@ -7,7 +7,7 @@
<div v-else>
<div
v-if="needMute && !unmuted"
- class="container muted"
+ class="Notification container -muted"
>
<small>
<router-link :to="userProfileLink">
@@ -168,3 +168,4 @@
</template>
<script src="./notification.js"></script>
+<style src="./notification.scss" lang="scss"></style>