diff --git a/src/web/app/mobile/tags/post-detail.tag b/src/web/app/mobile/tags/post-detail.tag index cf0943440..dc032fe96 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 62d47678a..2b0948ac3 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