diff --git a/src/web/app/ch/style.styl b/src/web/app/ch/style.styl index 2fc3ac3fc..8ad6fbce0 100644 --- a/src/web/app/ch/style.styl +++ b/src/web/app/ch/style.styl @@ -1,4 +1,5 @@ @import "../base" html + padding 8px background #efefef diff --git a/src/web/app/ch/tags/channel.tag b/src/web/app/ch/tags/channel.tag index 85560e7b7..35463bc0b 100644 --- a/src/web/app/ch/tags/channel.tag +++ b/src/web/app/ch/tags/channel.tag @@ -1,5 +1,5 @@ -
Misskey Channels
+

{ channel.title }

@@ -36,7 +36,6 @@ + + diff --git a/src/web/app/ch/tags/index.js b/src/web/app/ch/tags/index.js index 1e99ccd43..12ffdaeb8 100644 --- a/src/web/app/ch/tags/index.js +++ b/src/web/app/ch/tags/index.js @@ -1,2 +1,3 @@ require('./index.tag'); require('./channel.tag'); +require('./header.tag'); diff --git a/src/web/app/ch/tags/index.tag b/src/web/app/ch/tags/index.tag index a64ddb6cc..50ccc0d91 100644 --- a/src/web/app/ch/tags/index.tag +++ b/src/web/app/ch/tags/index.tag @@ -1,4 +1,6 @@ + +