From fe4c01c00e4464a9b8ddec4ed3b4e1a4569aca61 Mon Sep 17 00:00:00 2001 From: tamaina Date: Sat, 18 Feb 2017 18:34:40 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=BF=E3=82=A4=E3=83=A0=E3=83=A9=E3=82=A4?= =?UTF-8?q?=E3=83=B3=E3=83=98=E3=83=83=E3=83=80=E3=83=BC=E8=A8=82=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/web/app/desktop/tags/post-preview.tag | 14 +++++++------- src/web/app/desktop/tags/timeline-post-sub.tag | 1 + src/web/app/mobile/tags/timeline-post-sub.tag | 1 - src/web/app/mobile/tags/timeline-post.tag | 3 +-- 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/src/web/app/desktop/tags/post-preview.tag b/src/web/app/desktop/tags/post-preview.tag index b088ceaac..f36a2a186 100644 --- a/src/web/app/desktop/tags/post-preview.tag +++ b/src/web/app/desktop/tags/post-preview.tag @@ -45,31 +45,31 @@ width calc(100% - 68px) > header - margin-bottom 4px + display flex + margin 4px 0 white-space nowrap > .name - display inline - margin 0 + margin 0 .5em 0 0 padding 0 color #607073 font-size 1em + line-height 1.1em font-weight 700 text-align left text-decoration none + white-space normal &:hover text-decoration underline > .username text-align left - margin 0 0 0 8px + margin 0 .5em 0 0 color #d1d8da > .time - position absolute - top 0 - right 0 + margin-left auto color #b2b8bb > .body diff --git a/src/web/app/desktop/tags/timeline-post-sub.tag b/src/web/app/desktop/tags/timeline-post-sub.tag index 98686ae21..54e308d76 100644 --- a/src/web/app/desktop/tags/timeline-post-sub.tag +++ b/src/web/app/desktop/tags/timeline-post-sub.tag @@ -63,6 +63,7 @@ display block margin 0 .5em 0 0 padding 0 + overflow hidden color #607073 font-size 1em font-weight 700 diff --git a/src/web/app/mobile/tags/timeline-post-sub.tag b/src/web/app/mobile/tags/timeline-post-sub.tag index d6b0d808f..3d3a1a921 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 ff4007f0c..8a4cd9e0c 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