diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2017-02-11 00:03:51 +0900 |
|---|---|---|
| committer | tamaina <tamaina@hotmail.co.jp> | 2017-02-11 00:03:51 +0900 |
| commit | 54920c697724e532235ecf1c2ef9f8ff15fbafd8 (patch) | |
| tree | a8c911615b666a7c8e22411945f762e41d7cd7a4 /src | |
| parent | タイムライン:標準 (diff) | |
| download | misskey-54920c697724e532235ecf1c2ef9f8ff15fbafd8.tar.gz misskey-54920c697724e532235ecf1c2ef9f8ff15fbafd8.tar.bz2 misskey-54920c697724e532235ecf1c2ef9f8ff15fbafd8.zip | |
タイムライン:リプライ
Diffstat (limited to 'src')
| -rw-r--r-- | src/web/app/desktop/tags/timeline-post-sub.tag | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/web/app/desktop/tags/timeline-post-sub.tag b/src/web/app/desktop/tags/timeline-post-sub.tag index c4907fa9a5..96bbc3abd4 100644 --- a/src/web/app/desktop/tags/timeline-post-sub.tag +++ b/src/web/app/desktop/tags/timeline-post-sub.tag @@ -54,32 +54,32 @@ width calc(100% - 66px) > header + display flex margin-bottom 4px white-space nowrap line-height 21px > .name - display inline - margin 0 + display block + margin 0 .5em 0 0 padding 0 color #607073 font-size 1em font-weight 700 text-align left text-decoration none + text-overflow ellipsis &:hover text-decoration underline > .username text-align left - margin 0 0 0 8px + margin 0 .5em 0 0 color #d1d8da > .created-at - position absolute - top 0 - right 0 + margin-left auto color #b2b8bb > .body |