From 85da2f925536568324bc70ae7c1b142533c79976 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Wed, 30 Aug 2017 19:06:15 +0900
Subject: [PATCH] :art:

---
 src/web/app/mobile/tags/post-detail.tag | 5 ++++-
 src/web/app/mobile/tags/timeline.tag    | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/web/app/mobile/tags/post-detail.tag b/src/web/app/mobile/tags/post-detail.tag
index cf09434400..dc032fe964 100644
--- a/src/web/app/mobile/tags/post-detail.tag
+++ b/src/web/app/mobile/tags/post-detail.tag
@@ -234,7 +234,7 @@
 					font-size 1.2em
 
 					> button
-						margin 0 28px 0 0
+						margin 0
 						padding 8px
 						background transparent
 						border none
@@ -243,6 +243,9 @@
 						color #ddd
 						cursor pointer
 
+						&:not(:last-child)
+							margin-right 28px
+
 						&:hover
 							color #666
 
diff --git a/src/web/app/mobile/tags/timeline.tag b/src/web/app/mobile/tags/timeline.tag
index 62d47678ac..2b0948ac34 100644
--- a/src/web/app/mobile/tags/timeline.tag
+++ b/src/web/app/mobile/tags/timeline.tag
@@ -434,7 +434,7 @@
 
 					> footer
 						> button
-							margin 0 28px 0 0
+							margin 0
 							padding 8px
 							background transparent
 							border none
@@ -443,6 +443,9 @@
 							color #ddd
 							cursor pointer
 
+							&:not(:last-child)
+								margin-right 28px
+
 							&:hover
 								color #666