diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-11-06 04:10:30 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-11-06 04:10:30 +0900 |
| commit | 5e0f2a5b06e2c7e727a186c74130336adfde7c0e (patch) | |
| tree | 20c193d669a46519f9a20778934871840c067780 /src/client/app/desktop/views/components | |
| parent | 10.40.1 (diff) | |
| download | misskey-5e0f2a5b06e2c7e727a186c74130336adfde7c0e.tar.gz misskey-5e0f2a5b06e2c7e727a186c74130336adfde7c0e.tar.bz2 misskey-5e0f2a5b06e2c7e727a186c74130336adfde7c0e.zip | |
[Client] Fix bug
Diffstat (limited to 'src/client/app/desktop/views/components')
| -rw-r--r-- | src/client/app/desktop/views/components/notifications.vue | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/client/app/desktop/views/components/notifications.vue b/src/client/app/desktop/views/components/notifications.vue index 09dbb899b6..a8a7d2be58 100644 --- a/src/client/app/desktop/views/components/notifications.vue +++ b/src/client/app/desktop/views/components/notifications.vue @@ -255,7 +255,7 @@ export default Vue.extend({ p margin 0 - i, .mk-reaction-icon + [data-icon], .mk-reaction-icon margin-right 4px .note-preview @@ -272,19 +272,19 @@ export default Vue.extend({ margin-right 3px &.renote, &.quote - .text p i + .text p [data-icon] color #77B255 &.follow - .text p i + .text p [data-icon] color #53c7ce &.receiveFollowRequest - .text p i + .text p [data-icon] color #888 &.reply, &.mention - .text p i + .text p [data-icon] color #555 > .date |