This commit is contained in:
こぴなたみぽ
2018-02-07 18:30:17 +09:00
parent 1a6a72591f
commit 063193f429
175 changed files with 312 additions and 316 deletions

View File

@ -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

View File

@ -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

View File

@ -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