diff options
| author | okpierre <1679025+okpierre@users.noreply.github.com> | 2020-02-16 06:21:05 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-16 20:21:05 +0900 |
| commit | 237f366aa28238e50ec7af2d04fe38ae6fa90d36 (patch) | |
| tree | 268e0df48d1fa0e48d611b290fffdd7a4e674f54 /src/client | |
| parent | テーマの切り替え時に時計の色が変わるように (#5959) (diff) | |
| download | sharkey-237f366aa28238e50ec7af2d04fe38ae6fa90d36.tar.gz sharkey-237f366aa28238e50ec7af2d04fe38ae6fa90d36.tar.bz2 sharkey-237f366aa28238e50ec7af2d04fe38ae6fa90d36.zip | |
Update notification (#5956)
* Add icon for messaging
This will add icon within messaging
* Update messaging-room.message.vue
Link to missing icon
* Update notification.vue
fix renote icon in notification
https://github.com/syuilo/misskey/issues/5955
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/components/notification.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/notification.vue b/src/client/components/notification.vue index 50aff29dd7..7572b75fe9 100644 --- a/src/client/components/notification.vue +++ b/src/client/components/notification.vue @@ -169,7 +169,7 @@ export default Vue.extend({ background: #36aed2; } - &.retweet { + &.renote { padding: 3px; background: #36d298; } |