Skip to content
Snippets Groups Projects
Commit 063193f4 authored by こぴなたみぽ's avatar こぴなたみぽ
Browse files

wip

parent 1a6a7259
No related branches found
No related tags found
No related merge requests found
Showing
with 23 additions and 23 deletions
......@@ -29,7 +29,7 @@
<button @click="cancel">キャンセル</button>
<button @click="accept">アクセスを許可</button>
</div>
<style>
<style lang="stylus" scoped>
:scope
display block
......
......@@ -20,7 +20,7 @@
<mk-signin/>
</main>
<footer><img src="/assets/auth/logo.svg" alt="Misskey"/></footer>
<style>
<style lang="stylus" scoped>
:scope
display block
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -12,7 +12,7 @@
stroke-width="0.1"
stroke="#f73520"/>
</svg>
<style>
<style lang="stylus" scoped>
:scope
display block
max-width 600px
......
......@@ -8,7 +8,7 @@
<p>{ app.description }</p>
</div>
</div>
<style>
<style lang="stylus" scoped>
:scope
display block
......
<mk-ellipsis><span>.</span><span>.</span><span>.</span>
<style>
<style lang="stylus" scoped>
:scope
display inline
......
......@@ -11,7 +11,7 @@
<button if={ !troubleshooting } @click="troubleshoot">%i18n:common.tags.mk-error.troubleshoot%</button>
<mk-troubleshooter if={ troubleshooting }/>
<p class="thanks">%i18n:common.tags.mk-error.thanks%</p>
<style>
<style lang="stylus" scoped>
:scope
display block
width 100%
......@@ -108,7 +108,7 @@
<p if={ server === false }><b>%fa:exclamation-triangle%%i18n:common.tags.mk-error.troubleshooter.no-server%</b><br>%i18n:common.tags.mk-error.troubleshooter.no-server-desc%</p>
<p if={ server === true } class="success"><b>%fa:info-circle%%i18n:common.tags.mk-error.troubleshooter.success%</b><br>%i18n:common.tags.mk-error.troubleshooter.success-desc%</p>
<style>
<style lang="stylus" scoped>
:scope
display block
width 100%
......
<mk-file-type-icon>
<virtual if={ kind == 'image' }>%fa:file-image%</virtual>
<style>
<style lang="stylus" scoped>
:scope
display inline
</style>
......
......@@ -4,7 +4,7 @@
<path class="octo-arm" d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill="currentColor"></path>
<path d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z" fill="currentColor"></path>
</svg></a>
<style>
<style lang="stylus" scoped>
:scope
display block
position absolute
......
......@@ -5,7 +5,7 @@
<p>無料で誰でも利用でき、広告も掲載していません。</p>
<p><a href={ _DOCS_URL_ } target="_blank">もっと知りたい方はこちら</a></p>
</article>
<style>
<style lang="stylus" scoped>
:scope
display block
......
......@@ -12,7 +12,7 @@
%fa:R folder-open%
</button>
<input name="file" type="file" accept="image/*"/>
<style>
<style lang="stylus" scoped>
:scope
display block
......
......@@ -33,7 +33,7 @@
</div>
<p class="no-history" if={ !fetching && history.length == 0 }>%i18n:common.tags.mk-messaging.no-history%</p>
<p class="fetching" if={ fetching }>%fa:spinner .pulse .fw%%i18n:common.loading%<mk-ellipsis/></p>
<style>
<style lang="stylus" scoped>
:scope
display block
......
......@@ -18,7 +18,7 @@
<mk-time time={ message.created_at }/><virtual if={ message.is_edited }>%fa:pencil-alt%</virtual>
</footer>
</div>
<style>
<style lang="stylus" scoped>
:scope
$me-balloon-color = #23A7B6
......
......@@ -16,7 +16,7 @@
<div class="grippie" title="%i18n:common.tags.mk-messaging-room.resize-form%"></div>
<mk-messaging-form user={ user }/>
</footer>
<style>
<style lang="stylus" scoped>
:scope
display block
......
<mk-nav-links>
<a href={ aboutUrl }>%i18n:common.tags.mk-nav-links.about%</a><i>・</i><a href={ _STATS_URL_ }>%i18n:common.tags.mk-nav-links.stats%</a><i>・</i><a href={ _STATUS_URL_ }>%i18n:common.tags.mk-nav-links.status%</a><i>・</i><a href="http://zawazawa.jp/misskey/">%i18n:common.tags.mk-nav-links.wiki%</a><i>・</i><a href="https://github.com/syuilo/misskey/blob/master/DONORS.md">%i18n:common.tags.mk-nav-links.donors%</a><i>・</i><a href="https://github.com/syuilo/misskey">%i18n:common.tags.mk-nav-links.repository%</a><i>・</i><a href={ _DEV_URL_ }>%i18n:common.tags.mk-nav-links.develop%</a><i>・</i><a href="https://twitter.com/misskey_xyz" target="_blank">Follow us on %fa:B twitter%</a>
<style>
<style lang="stylus" scoped>
:scope
display inline
</style>
......
<mk-number>
<style>
<style lang="stylus" scoped>
:scope
display inline
</style>
......
......@@ -14,7 +14,7 @@
<button class="destroy" @click="destroy" title="%i18n:common.tags.mk-poll-editor.destroy%">
%fa:times%
</button>
<style>
<style lang="stylus" scoped>
:scope
display block
padding 8px
......
......@@ -15,7 +15,7 @@
<a if={ !isVoted } @click="toggleResult">{ result ? '%i18n:common.tags.mk-poll.vote%' : '%i18n:common.tags.mk-poll.show-result%' }</a>
<span if={ isVoted }>%i18n:common.tags.mk-poll.voted%</span>
</p>
<style>
<style lang="stylus" scoped>
:scope
display block
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment