diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-08-30 19:06:15 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-08-30 19:06:15 +0900 |
| commit | 85da2f925536568324bc70ae7c1b142533c79976 (patch) | |
| tree | 8baa637dd3ae02be6ba9282c8a6703185770168a /src/web | |
| parent | v2518 (diff) | |
| download | misskey-85da2f925536568324bc70ae7c1b142533c79976.tar.gz misskey-85da2f925536568324bc70ae7c1b142533c79976.tar.bz2 misskey-85da2f925536568324bc70ae7c1b142533c79976.zip | |
:art:
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/app/mobile/tags/post-detail.tag | 5 | ||||
| -rw-r--r-- | 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 |