Fix muted notifications

This commit is contained in:
Henry Jameson 2020-08-18 00:26:02 +03:00
parent 1a8840c7c3
commit 2fa050b163
2 changed files with 54 additions and 1 deletions

View file

@ -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>