diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-01 12:28:35 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-01 12:28:35 +0900 |
| commit | f60eae5c9138840f56880bf0b000bf629c1c0437 (patch) | |
| tree | f8d56c52b932f89339f18838a5e1713288080d34 /src/web | |
| parent | Better English (diff) | |
| download | misskey-f60eae5c9138840f56880bf0b000bf629c1c0437.tar.gz misskey-f60eae5c9138840f56880bf0b000bf629c1c0437.tar.bz2 misskey-f60eae5c9138840f56880bf0b000bf629c1c0437.zip | |
:v:
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/app/ch/tags/channel.tag | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/web/app/ch/tags/channel.tag b/src/web/app/ch/tags/channel.tag index f1eea6b9bc..a9060c8895 100644 --- a/src/web/app/ch/tags/channel.tag +++ b/src/web/app/ch/tags/channel.tag @@ -27,6 +27,7 @@ > main > h1 + font-size 1.5em color #f00 </style> <script> @@ -90,7 +91,7 @@ <mk-channel-post> <header> <a class="index" onclick={ reply }>{ post.index }:</a> - <a class="name" href={ '/' + post.user.username }><b>{ post.user.name }</b></a> + <a class="name" href={ CONFIG.url + '/' + post.user.username }><b>{ post.user.name }</b></a> <mk-time time={ post.created_at }/> <mk-time time={ post.created_at } mode="detail"/> <span>ID:<i>{ post.user.username }</i></span> @@ -113,6 +114,12 @@ padding 0 > header + position -webkit-sticky + position sticky + z-index 1 + top 0 + background rgba(239, 239, 239, 0.7) + > .index margin-right 0.25em color #000 |