diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-08-19 10:20:38 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-08-19 10:20:38 +0000 |
| commit | ddeeb240acf229d159e7f85f508a9d92213e2be4 (patch) | |
| tree | 3f1fbde59bc3c4831f4a46cf0b7efbc3556f37fb /src/components/notification/notification.vue | |
| parent | 1a8840c7c3bb698f3984028db5c1b71025d9d6a1 (diff) | |
| parent | 800047b81f4375577e7d7298409cea5bd751ea71 (diff) | |
Merge branch 'css-fixes' into 'develop'
Css fixes
See merge request pleroma/pleroma-fe!1211
Diffstat (limited to 'src/components/notification/notification.vue')
| -rw-r--r-- | src/components/notification/notification.vue | 3 |
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> |
