diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-02-06 21:50:37 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-02-06 21:50:37 +0900 |
| commit | f4319a9c0151308a792cfa5d498ee8af4eff60f9 (patch) | |
| tree | 6415f144c55dd7205700547d49cb8a2877596b52 /src | |
| parent | Fix bug (diff) | |
| download | sharkey-f4319a9c0151308a792cfa5d498ee8af4eff60f9.tar.gz sharkey-f4319a9c0151308a792cfa5d498ee8af4eff60f9.tar.bz2 sharkey-f4319a9c0151308a792cfa5d498ee8af4eff60f9.zip | |
Revert "[Client] リアクション一覧のマージンを調整"
This reverts commit 80ea747db6bf77ff97a9363c3530bceca050b0ae.
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/common/views/components/reactions-viewer.vue | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/client/app/common/views/components/reactions-viewer.vue b/src/client/app/common/views/components/reactions-viewer.vue index c6f51de694..901de6aa2c 100644 --- a/src/client/app/common/views/components/reactions-viewer.vue +++ b/src/client/app/common/views/components/reactions-viewer.vue @@ -133,10 +133,7 @@ export default Vue.extend({ <style lang="stylus" scoped> .mk-reactions-viewer - display flex - flex-flow wrap - gap 4px - margin 4px 0 + margin 6px 0 &:empty display none |