diff options
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 |