diff options
| author | syuilo⭐️ <Syuilotan@yahoo.co.jp> | 2017-02-18 18:42:13 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-18 18:42:13 +0900 |
| commit | a57ff16fd7dbbc1827bdee0892c06b64c991ceb2 (patch) | |
| tree | bd74d740f898be0e5285a2b72dbc7a9c32c35cf3 /src/web/app/mobile | |
| parent | [Client] Fix bug (diff) | |
| parent | タイムラインヘッダー訂正 (diff) | |
| download | misskey-a57ff16fd7dbbc1827bdee0892c06b64c991ceb2.tar.gz misskey-a57ff16fd7dbbc1827bdee0892c06b64c991ceb2.tar.bz2 misskey-a57ff16fd7dbbc1827bdee0892c06b64c991ceb2.zip | |
Merge pull request #180 from tamaina/lets_flex
投稿表示`header`改良
Diffstat (limited to 'src/web/app/mobile')
| -rw-r--r-- | src/web/app/mobile/tags/timeline-post-sub.tag | 1 | ||||
| -rw-r--r-- | src/web/app/mobile/tags/timeline-post.tag | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/src/web/app/mobile/tags/timeline-post-sub.tag b/src/web/app/mobile/tags/timeline-post-sub.tag index d6b0d808ff..3d3a1a9210 100644 --- a/src/web/app/mobile/tags/timeline-post-sub.tag +++ b/src/web/app/mobile/tags/timeline-post-sub.tag @@ -56,7 +56,6 @@ > header display flex - flex-wrap wrap margin-bottom 2px white-space nowrap diff --git a/src/web/app/mobile/tags/timeline-post.tag b/src/web/app/mobile/tags/timeline-post.tag index ff4007f0c9..8a4cd9e0c1 100644 --- a/src/web/app/mobile/tags/timeline-post.tag +++ b/src/web/app/mobile/tags/timeline-post.tag @@ -147,7 +147,6 @@ > header display flex - flex-wrap wrap white-space nowrap @media (min-width 500px) @@ -179,7 +178,7 @@ > .username text-align left - margin 0 + margin 0 0.5em 0 0 color #ccc > .created-at |