From a8d16e9f20a1bac6ecbc1d43a10404a33c61a7e6 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Mon, 20 Mar 2017 19:13:37 +0900
Subject: [PATCH] [Client] :art:

---
 src/web/app/common/tags/reactions-viewer.tag | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/web/app/common/tags/reactions-viewer.tag b/src/web/app/common/tags/reactions-viewer.tag
index a7ace56ce..cae629a4c 100644
--- a/src/web/app/common/tags/reactions-viewer.tag
+++ b/src/web/app/common/tags/reactions-viewer.tag
@@ -10,16 +10,22 @@
 	<style>
 		:scope
 			display block
+			border-top dashed 1px #eee
+			border-bottom dashed 1px #eee
+			margin 4px 0
+
+			&:empty
+				display none
 
 			> span
 				margin-right 8px
 
 				> mk-reaction-icon
-					font-size 20px
+					font-size 1.4em
 
 				> span
 					margin-left 4px
-					font-size 16px
+					font-size 1.2em
 					color #444
 
 	</style>