summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-03-20 19:13:37 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-03-20 19:13:37 +0900
commit39f13db486ea8bd097f74ba7b0caa480eaffc8f3 (patch)
treeb5bf19a80a70980d1cc1faf89c45124466180b3b /src
parentFix indantations (diff)
downloadmisskey-39f13db486ea8bd097f74ba7b0caa480eaffc8f3.tar.gz
misskey-39f13db486ea8bd097f74ba7b0caa480eaffc8f3.tar.bz2
misskey-39f13db486ea8bd097f74ba7b0caa480eaffc8f3.zip
[Client] :art:
Diffstat (limited to 'src')
-rw-r--r--src/web/app/common/tags/reactions-viewer.tag10
1 files 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 a7ace56ce1..cae629a4c1 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>