diff options
| author | MeiMei <30769358+mei23@users.noreply.github.com> | 2019-02-06 22:57:08 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-02-06 22:57:08 +0900 |
| commit | f44ce535fa8a2bd261d8e4819054af8f8110ccee (patch) | |
| tree | bf3b45d9f2a658d08bccd5e5c1512827144f09b1 /src | |
| parent | Fix bug (diff) | |
| download | misskey-f44ce535fa8a2bd261d8e4819054af8f8110ccee.tar.gz misskey-f44ce535fa8a2bd261d8e4819054af8f8110ccee.tar.bz2 misskey-f44ce535fa8a2bd261d8e4819054af8f8110ccee.zip | |
リアクションマージン再調整 (#4169)
* リアクションマージン再調整
* fix size
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/common/views/components/reactions-viewer.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/app/common/views/components/reactions-viewer.vue b/src/client/app/common/views/components/reactions-viewer.vue index 440e6366fd..32a27cbb69 100644 --- a/src/client/app/common/views/components/reactions-viewer.vue +++ b/src/client/app/common/views/components/reactions-viewer.vue @@ -133,7 +133,7 @@ export default Vue.extend({ <style lang="stylus" scoped> .mk-reactions-viewer - margin 6px 0 + margin: 4px -2px &:empty display none @@ -148,7 +148,7 @@ export default Vue.extend({ > span display inline-block height 32px - margin-right 6px + margin 2px padding 0 6px border-radius 4px cursor pointer |