diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2017-02-10 23:57:16 +0900 |
|---|---|---|
| committer | tamaina <tamaina@hotmail.co.jp> | 2017-02-10 23:57:16 +0900 |
| commit | 0747f42fc73f458a9df3cb312597a579d01429e4 (patch) | |
| tree | 2988759348f978d1e79c1b58daff5b06afaa49c1 /src/web | |
| parent | interanf;l (diff) | |
| download | misskey-0747f42fc73f458a9df3cb312597a579d01429e4.tar.gz misskey-0747f42fc73f458a9df3cb312597a579d01429e4.tar.bz2 misskey-0747f42fc73f458a9df3cb312597a579d01429e4.zip | |
タイムライン:標準
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/app/desktop/tags/timeline-post.tag | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/src/web/app/desktop/tags/timeline-post.tag b/src/web/app/desktop/tags/timeline-post.tag index 7d1516b68f..1dfaf0d58c 100644 --- a/src/web/app/desktop/tags/timeline-post.tag +++ b/src/web/app/desktop/tags/timeline-post.tag @@ -158,26 +158,29 @@ width calc(100% - 74px) > header + display flex margin-bottom 4px white-space nowrap - line-height 24px + line-height 1.4 > .name - display inline - margin 0 + display block + margin 0 .5em 0 0 padding 0 + overflow hidden color #777 font-size 1em font-weight 700 text-align left text-decoration none + text-overflow ellipsis &:hover text-decoration underline > .is-bot text-align left - margin 0 0 0 8px + margin 0 .5em 0 0 padding 1px 6px font-size 12px color #aaa @@ -186,13 +189,11 @@ > .username text-align left - margin 0 0 0 8px + margin 0 .5em 0 0 color #ccc > .info - position absolute - top 0 - right 0 + margin-left auto text-align right font-size 0.9em |