diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-02-06 17:03:43 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-02-06 17:03:43 +0900 |
| commit | 80ea747db6bf77ff97a9363c3530bceca050b0ae (patch) | |
| tree | 0b29dfef2cbfd400048740547ec9e163e093c6d0 | |
| parent | 10.82.2 (diff) | |
| download | misskey-80ea747db6bf77ff97a9363c3530bceca050b0ae.tar.gz misskey-80ea747db6bf77ff97a9363c3530bceca050b0ae.tar.bz2 misskey-80ea747db6bf77ff97a9363c3530bceca050b0ae.zip | |
[Client] リアクション一覧のマージンを調整
Close #4160
| -rw-r--r-- | src/client/app/common/views/components/reactions-viewer.vue | 5 |
1 files changed, 4 insertions, 1 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..4081d6d80c 100644 --- a/src/client/app/common/views/components/reactions-viewer.vue +++ b/src/client/app/common/views/components/reactions-viewer.vue @@ -133,7 +133,10 @@ export default Vue.extend({ <style lang="stylus" scoped> .mk-reactions-viewer - margin 6px 0 + display flex + flex-flow wrap + gap 4px + margin 4px 0 &:empty display none |