diff options
| author | こぴなたみぽ <syuilotan@yahoo.co.jp> | 2018-02-07 18:30:17 +0900 |
|---|---|---|
| committer | こぴなたみぽ <syuilotan@yahoo.co.jp> | 2018-02-07 18:30:17 +0900 |
| commit | 063193f429f5a8a9843fe1f13696c9d22a261b9e (patch) | |
| tree | 0b3124f328200a3e1ce6a428458474404dc41789 /src/web/app/ch | |
| parent | wip (diff) | |
| download | misskey-063193f429f5a8a9843fe1f13696c9d22a261b9e.tar.gz misskey-063193f429f5a8a9843fe1f13696c9d22a261b9e.tar.bz2 misskey-063193f429f5a8a9843fe1f13696c9d22a261b9e.zip | |
wip
Diffstat (limited to 'src/web/app/ch')
| -rw-r--r-- | src/web/app/ch/tags/channel.tag | 6 | ||||
| -rw-r--r-- | src/web/app/ch/tags/header.tag | 2 | ||||
| -rw-r--r-- | src/web/app/ch/tags/index.tag | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/src/web/app/ch/tags/channel.tag b/src/web/app/ch/tags/channel.tag index fec542500d..ea0234340b 100644 --- a/src/web/app/ch/tags/channel.tag +++ b/src/web/app/ch/tags/channel.tag @@ -33,7 +33,7 @@ <small><a href={ _URL_ }>Misskey</a> ver { _VERSION_ } (葵 aoi)</small> </footer> </main> - <style> + <style lang="stylus" scoped> :scope display block @@ -181,7 +181,7 @@ </virtual> </div> </div> - <style> + <style lang="stylus" scoped> :scope display block margin 0 @@ -255,7 +255,7 @@ <li each={ files }>{ name }</li> </ol> <input ref="file" type="file" accept="image/*" multiple="multiple" onchange={ changeFile }/> - <style> + <style lang="stylus" scoped> :scope display block diff --git a/src/web/app/ch/tags/header.tag b/src/web/app/ch/tags/header.tag index dec83c9a5b..8af6f1c37e 100644 --- a/src/web/app/ch/tags/header.tag +++ b/src/web/app/ch/tags/header.tag @@ -6,7 +6,7 @@ <a if={ !SIGNIN } href={ _URL_ }>ログイン(新規登録)</a> <a if={ SIGNIN } href={ _URL_ + '/' + I.username }>{ I.username }</a> </div> - <style> + <style lang="stylus" scoped> :scope display flex diff --git a/src/web/app/ch/tags/index.tag b/src/web/app/ch/tags/index.tag index 489f21148f..2fd5493681 100644 --- a/src/web/app/ch/tags/index.tag +++ b/src/web/app/ch/tags/index.tag @@ -6,7 +6,7 @@ <ul if={ channels }> <li each={ channels }><a href={ '/' + this.id }>{ this.title }</a></li> </ul> - <style> + <style lang="stylus" scoped> :scope display block |