[Client] Remove needless attribute

This commit is contained in:
syuilo 2017-02-19 12:31:53 +09:00
parent 4193b990c7
commit 2f35c9d40a
173 changed files with 173 additions and 177 deletions

View file

@ -29,7 +29,7 @@
<button onclick={ cancel }>キャンセル</button>
<button onclick={ accept }>アクセスを許可</button>
</div>
<style type="stylus">
<style>
:scope
display block

View file

@ -24,7 +24,7 @@
<mk-signin></mk-signin>
</main>
<footer><img src="/_/resources/auth/logo.svg" alt="Misskey"/></footer>
<style type="stylus">
<style>
:scope
display block

View file

@ -5,7 +5,7 @@
<p>万が一このトークンが漏れたりその可能性がある場合は
<button class="regenerate" onclick={ regenerateToken }>トークンを再生成</button>できます。(副作用として、ログインしているすべてのデバイスでログアウトが発生します)
</p>
<style type="stylus">
<style>
:scope
display block

View file

@ -6,7 +6,7 @@
<p>{ app.description }</p>
</div>
</div>
<style type="stylus">
<style>
:scope
display block

View file

@ -1,5 +1,5 @@
<mk-copyright><span>(c) syuilo 2014-2017</span>
<style type="stylus">
<style>
:scope
display block

View file

@ -5,7 +5,7 @@
</h1>
<p class="text">インターネット回線に問題があるか、サーバーがダウンまたはメンテナンスしている可能性があります。しばらくしてから<a onclick={ retry }>再度お試し</a>ください。</p>
<p class="thanks">いつもMisskeyをご利用いただきありがとうございます。</p>
<style type="stylus">
<style>
:scope
position fixed
z-index 16385

View file

@ -1,5 +1,5 @@
<mk-ellipsis><span>.</span><span>.</span><span>.</span>
<style type="stylus">
<style>
:scope
display inline

View file

@ -1,6 +1,6 @@
<mk-file-type-icon>
<i class="fa fa-file-image-o" if={ kind == 'image' }></i>
<style type="stylus">
<style>
:scope
display inline
</style>

View file

@ -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 type="stylus">
<style>
:scope
display block
position absolute
@ -36,9 +36,5 @@
40%, 80%
transform rotate(10deg)
</style>
</mk-forkit>

View file

@ -5,7 +5,7 @@
<p>無料で誰でも利用でき、広告は一切掲載していません。</p>
<p><a href={ CONFIG.urls.about } target="_blank">もっと知りたい方はこちら</a></p>
</article>
<style type="stylus">
<style>
:scope
display block

View file

@ -6,7 +6,7 @@
<button class="attach-from-local" type="button" title="PCから画像を添付する"><i class="fa fa-upload"></i></button>
<button class="attach-from-drive" type="button" title="アルバムから画像を添付する"><i class="fa fa-folder-open"></i></button>
<input name="file" type="file" accept="image/*"/>
<style type="stylus">
<style>
:scope
display block

View file

@ -32,7 +32,7 @@
</virtual>
</div>
<p class="no-history" if={ history.length == 0 }>履歴はありません。<br/>ユーザーを検索して、いつでもメッセージを送受信できます。</p>
<style type="stylus">
<style>
:scope
display block

View file

@ -15,7 +15,7 @@
<mk-time time={ message.created_at }></mk-time><i class="fa fa-pencil is-edited" if={ message.is_edited }></i>
</footer>
</div>
<style type="stylus">
<style>
:scope
$me-balloon-color = #23A7B6

View file

@ -13,7 +13,7 @@
<div class="grippie" title="ドラッグしてフォームの広さを調整"></div>
<mk-messaging-form user={ user }></mk-messaging-form>
</footer>
<style type="stylus">
<style>
:scope
display block

View file

@ -1,5 +1,5 @@
<mk-number>
<style type="stylus">
<style>
:scope
display inline

View file

@ -14,7 +14,7 @@
<button class="destroy" onclick={ destroy } title="投票を破棄">
<i class="fa fa-times"></i>
</button>
<style type="stylus">
<style>
:scope
display block
padding 8px

View file

@ -15,7 +15,7 @@
<a if={ !isVoted } onclick={ toggleResult }>{ result ? '投票する' : '結果を見る' }</a>
<span if={ isVoted }>投票済み</span>
</p>
<style type="stylus">
<style>
:scope
display block

View file

@ -1,5 +1,5 @@
<mk-raw>
<style type="stylus">
<style>
:scope
display inline

View file

@ -1,5 +1,5 @@
<mk-ripple-string><yield/>
<style type="stylus">
<style>
:scope
display inline

View file

@ -6,7 +6,7 @@
<pre><code>{ JSON.stringify(headers, null, ' ') }</code></pre>
</div>
</div>
<style type="stylus">
<style>
:scope
display block

View file

@ -8,7 +8,7 @@
</label>
<button type="submit" disabled={ signing }>{ signing ? 'やっています...' : 'サインイン' }</button>
</form>
<style type="stylus">
<style>
:scope
display block

View file

@ -38,7 +38,7 @@
</label>
<button onclick={ onsubmit }>アカウント作成</button>
</form>
<style type="stylus">
<style>
:scope
display block
min-width 302px

View file

@ -1,7 +1,7 @@
<mk-special-message>
<p if={ m == 1 && d == 1 }>Happy New Year! </p>
<p if={ m == 12 && d == 25 }>Merry Christmas!</p>
<style type="stylus">
<style>
:scope
display block

View file

@ -7,7 +7,7 @@
<a href={ CONFIG.api.url + '/disconnect/twitter' } target="_blank" if={ I.twitter }>切断する</a>
</p>
<p class="id" if={ I.twitter }>Twitter ID: { I.twitter.user_id }</p>
<style type="stylus">
<style>
:scope
display block

View file

@ -10,7 +10,7 @@
<div class="progress waiting" if={ progress != undefined && progress.value == progress.max }></div>
</li>
</ol>
<style type="stylus">
<style>
:scope
display block
overflow auto

View file

@ -9,7 +9,7 @@
<p>{ sitename }</p>
</footer>
</article></a>
<style type="stylus">
<style>
:scope
display block
font-size 16px

View file

@ -1,5 +1,5 @@
<mk-url><a href={ url } target={ opts.target }><span class="schema">{ schema }//</span><span class="hostname">{ hostname }</span><span class="port" if={ port != '' }>:{ port }</span><span class="pathname" if={ pathname != '' }>{ pathname }</span><span class="query">{ query }</span><span class="hash">{ hash }</span></a>
<style type="stylus">
<style>
:scope
word-break break-all

View file

@ -1,6 +1,6 @@
<mk-analog-clock>
<canvas ref="canvas" width="256" height="256"></canvas>
<style type="stylus">
<style>
:scope
> canvas
display block

View file

@ -6,7 +6,7 @@
<span class="username">@{ username }</span>
</li>
</ol>
<style type="stylus">
<style>
:scope
display block
position absolute

View file

@ -1,7 +1,7 @@
<mk-big-follow-button>
<button class={ wait: wait, follow: !user.is_following, unfollow: user.is_following } if={ !init } onclick={ onclick } disabled={ wait } title={ user.is_following ? 'フォロー解除' : 'フォローする' }><span if={ !wait && user.is_following }><i class="fa fa-minus"></i>フォロー解除</span><span if={ !wait && !user.is_following }><i class="fa fa-plus"></i>フォロー</span><i class="fa fa-spinner fa-pulse fa-fw" if={ wait }></i></button>
<div class="init" if={ init }><i class="fa fa-spinner fa-pulse fa-fw"></i></div>
<style type="stylus">
<style>
:scope
display block

View file

@ -1,5 +1,5 @@
<mk-contextmenu><yield />
<style type="stylus">
<style>
:scope
$width = 240px
$item-height = 38px

View file

@ -8,7 +8,7 @@
<button class="ok" onclick={ parent.ok }>決定</button>
</div></yield>
</mk-window>
<style type="stylus">
<style>
:scope
display block

View file

@ -9,7 +9,7 @@
</virtual>
</div>
</div>
<style type="stylus">
<style>
:scope
display block

View file

@ -20,7 +20,7 @@
よろしくお願いいたします。
</p>
</div>
<style type="stylus">
<style>
:scope
display block
color #fff

View file

@ -8,7 +8,7 @@
<mk-drive-browser multiple={ true } folder={ parent.folder }></mk-drive-browser>
</yield>
</mk-window>
<style type="stylus">
<style>
:scope
> mk-window
[data-yield='header']

View file

@ -39,7 +39,7 @@
<div class="dropzone" if={ draghover }></div>
<mk-uploader ref="uploader"></mk-uploader>
<input ref="fileInput" type="file" accept="*/*" multiple="multiple" tabindex="-1" onchange={ changeFileInput }/>
<style type="stylus">
<style>
:scope
display block

View file

@ -10,7 +10,7 @@
</div>
<div class="thumbnail"><img src={ file.url + '?thumbnail&size=128' } alt=""/></div>
<p class="name"><span>{ file.name.lastIndexOf('.') != -1 ? file.name.substr(0, file.name.lastIndexOf('.')) : file.name }</span><span class="ext" if={ file.name.lastIndexOf('.') != -1 }>{ file.name.substr(file.name.lastIndexOf('.')) }</span></p>
<style type="stylus">
<style>
:scope
display block
margin 4px

View file

@ -1,6 +1,6 @@
<mk-drive-browser-folder data-is-contextmenu-showing={ isContextmenuShowing.toString() } data-draghover={ draghover.toString() } onclick={ onclick } onmouseover={ onmouseover } onmouseout={ onmouseout } ondragover={ ondragover } ondragenter={ ondragenter } ondragleave={ ondragleave } ondrop={ ondrop } oncontextmenu={ oncontextmenu } draggable="true" ondragstart={ ondragstart } ondragend={ ondragend } title={ title }>
<p class="name"><i class="fa fa-fw { fa-folder-o: !hover, fa-folder-open-o: hover }"></i>{ folder.name }</p>
<style type="stylus">
<style>
:scope
display block
margin 4px

View file

@ -1,5 +1,5 @@
<mk-drive-browser-nav-folder data-draghover={ draghover } onclick={ onclick } ondragover={ ondragover } ondragenter={ ondragenter } ondragleave={ ondragleave } ondrop={ ondrop }><i class="fa fa-cloud" if={ folder == null }></i><span>{ folder == null ? 'ドライブ' : folder.name }</span>
<style type="stylus">
<style>
:scope
&[data-draghover]
background #eee

View file

@ -2,7 +2,7 @@
<div></div>
<div></div>
<div></div>
<style type="stylus">
<style>
:scope
display block
width 70px

View file

@ -1,7 +1,7 @@
<mk-follow-button>
<button class={ wait: wait, follow: !user.is_following, unfollow: user.is_following } if={ !init } onclick={ onclick } disabled={ wait } title={ user.is_following ? 'フォロー解除' : 'フォローする' }><i class="fa fa-minus" if={ !wait && user.is_following }></i><i class="fa fa-plus" if={ !wait && !user.is_following }></i><i class="fa fa-spinner fa-pulse fa-fw" if={ wait }></i></button>
<div class="init" if={ init }><i class="fa fa-spinner fa-pulse fa-fw"></i></div>
<style type="stylus">
<style>
:scope
display block

View file

@ -13,7 +13,7 @@
<mk-ellipsis></mk-ellipsis>
</p><a class="refresh" onclick={ refresh }>もっと見る</a>
<button class="close" onclick={ close } title="閉じる"><i class="fa fa-times"></i></button>
<style type="stylus">
<style>
:scope
display block
padding 24px

View file

@ -10,7 +10,7 @@
</div>
<h1>開発者募集中!</h1>
<p><a href="https://github.com/syuilo/misskey" target="_blank">Misskeyはオープンソースで開発されています。リポジトリはこちら。</a></p>
<style type="stylus">
<style>
:scope
display block
padding 10px 10px 10px 50px

View file

@ -24,7 +24,7 @@
</div>
</div>
</div>
<style type="stylus">
<style>
:scope
display block
padding 16px 0

View file

@ -7,7 +7,7 @@
もしご興味があれば、<a href="/syuilo" data-user-preview="@syuilo">@syuilo</a>までご連絡ください。ご協力ありがとうございます。
</p>
</article>
<style type="stylus">
<style>
:scope
display block
background #fff

View file

@ -5,7 +5,7 @@
</div>
<p class="empty" if={ isEmpty }><i class="fa fa-comments-o"></i><span if={ mode == 'all' }>あなた宛ての投稿はありません。</span><span if={ mode == 'following' }>あなたがフォローしているユーザーからの言及はありません。</span></p>
<mk-timeline ref="timeline"><yield to="footer"><i class="fa fa-moon-o" if={ !parent.moreLoading }></i><i class="fa fa-spinner fa-pulse fa-fw" if={ parent.moreLoading }></i></yield></mk-timeline>
<style type="stylus">
<style>
:scope
display block
background #fff

View file

@ -1,5 +1,5 @@
<mk-nav-home-widget><a href={ CONFIG.urls.about }>Misskeyについて</a><i>・</i><a href={ CONFIG.urls.about + '/status' }>ステータス</a><i>・</i><a href="https://github.com/syuilo/misskey">リポジトリ</a><i>・</i><a href={ CONFIG.urls.dev }>開発者</a><i>・</i><a href="https://twitter.com/misskey_xyz" target="_blank">Follow us on <i class="fa fa-twitter"></i></a>
<style type="stylus">
<style>
:scope
display block
padding 16px

View file

@ -2,7 +2,7 @@
<p class="title"><i class="fa fa-bell-o"></i>通知</p>
<button onclick={ settings } title="通知の設定"><i class="fa fa-cog"></i></button>
<mk-notifications></mk-notifications>
<style type="stylus">
<style>
:scope
display block
background #fff

View file

@ -9,7 +9,7 @@
</virtual>
</div>
<p class="empty" if={ !initializing && images.length == 0 }>写真はありません</p>
<style type="stylus">
<style>
:scope
display block
background #fff

View file

@ -1,7 +1,7 @@
<mk-profile-home-widget>
<div class="banner" style={ I.banner_url ? 'background-image: url(' + I.banner_url + '?thumbnail&size=256)' : '' } onclick={ setBanner }></div><img class="avatar" src={ I.avatar_url + '?thumbnail&size=64' } onclick={ setAvatar } alt="avatar" data-user-preview={ I.id }/><a class="name" href={ CONFIG.url + '/' + I.username }>{ I.name }</a>
<p class="username">@{ I.username }</p>
<style type="stylus">
<style>
:scope
display block
overflow hidden

View file

@ -7,7 +7,7 @@
<p class="initializing" if={ initializing }><i class="fa fa-spinner fa-pulse fa-fw"></i>読み込んでいます
<mk-ellipsis></mk-ellipsis>
</p>
<style type="stylus">
<style>
:scope
display block
background #fff

View file

@ -5,7 +5,7 @@
</div>
<p class="empty" if={ isEmpty }><i class="fa fa-comments-o"></i>自分の投稿や、自分がフォローしているユーザーの投稿が表示されます。</p>
<mk-timeline ref="timeline"><yield to="footer"><i class="fa fa-moon-o" if={ !parent.moreLoading }></i><i class="fa fa-spinner fa-pulse fa-fw" if={ parent.moreLoading }></i></yield></mk-timeline>
<style type="stylus">
<style>
:scope
display block
background #fff

View file

@ -1,6 +1,6 @@
<mk-tips-home-widget>
<p ref="tip"><i class="fa fa-lightbulb-o"></i><span ref="text"></span></p>
<style type="stylus">
<style>
:scope
display block
background transparent !important

View file

@ -11,7 +11,7 @@
<p class="loading" if={ loading }><i class="fa fa-spinner fa-pulse fa-fw"></i>読み込んでいます
<mk-ellipsis></mk-ellipsis>
</p>
<style type="stylus">
<style>
:scope
display block
background #fff

View file

@ -7,7 +7,7 @@
</main>
<div class="right" ref="right"></div>
</div>
<style type="stylus">
<style>
:scope
display block

View file

@ -1,6 +1,6 @@
<mk-image-dialog>
<div class="bg" ref="bg" onclick={ close }></div><img ref="img" src={ image.url } alt={ image.name } title={ image.name } onclick={ close }/>
<style type="stylus">
<style>
:scope
display block
position fixed

View file

@ -1,6 +1,6 @@
<mk-images-viewer>
<div class="image" ref="view" onmousemove={ mousemove } style={ 'background-image: url(' + image.url + '?thumbnail' } onclick={ click }><img src={ image.url + '?thumbnail&size=512' } alt={ image.name } title={ image.name }/></div>
<style type="stylus">
<style>
:scope
display block
padding 8px

View file

@ -9,7 +9,7 @@
<button class="ok" disabled={ !parent.allowEmpty && refs.text.value.length == 0 } onclick={ parent.ok }>決定</button>
</div></yield>
</mk-window>
<style type="stylus">
<style>
:scope
display block

View file

@ -9,7 +9,7 @@
</div>
</div>
<mk-follow-button user={ user }></mk-follow-button>
<style type="stylus">
<style>
:scope
display block
margin 0

View file

@ -5,7 +5,7 @@
<mk-messaging-room user={ parent.user }></mk-messaging-room>
</yield>
</mk-window>
<style type="stylus">
<style>
:scope
> mk-window
[data-yield='header']

View file

@ -5,7 +5,7 @@
<mk-messaging ref="index"></mk-messaging>
</yield>
</mk-window>
<style type="stylus">
<style>
:scope
> mk-window
[data-yield='header']

View file

@ -53,7 +53,7 @@
<p class="loading" if={ loading }><i class="fa fa-spinner fa-pulse fa-fw"></i>読み込んでいます
<mk-ellipsis></mk-ellipsis>
</p>
<style type="stylus">
<style>
:scope
display block

View file

@ -19,7 +19,7 @@
}
</style>
<style type="stylus">
<style>
:scope
display block
height 100%

View file

@ -7,7 +7,7 @@
</div>
<div class="divider"><span>or</span></div>
<button class="signup" onclick={ parent.signup }>新規登録</button><a class="introduction" onclick={ introduction }>Misskeyについて</a>
<style type="stylus">
<style>
:scope
display block
width 290px

View file

@ -1,7 +1,7 @@
<mk-entrance-signup>
<mk-signup></mk-signup>
<button class="cancel" type="button" onclick={ parent.signin } title="キャンセル"><i class="fa fa-times"></i></button>
<style type="stylus">
<style>
:scope
display block
width 368px

View file

@ -2,7 +2,7 @@
<mk-ui ref="ui" page={ page }>
<mk-home ref="home" mode={ parent.opts.mode }></mk-home>
</mk-ui>
<style type="stylus">
<style>
:scope
display block

View file

@ -5,7 +5,7 @@
<div class="mask"></div>
</main>
</mk-ui>
<style type="stylus">
<style>
:scope
display block

View file

@ -4,7 +4,7 @@
<mk-post-detail ref="detail" post={ parent.post }></mk-post-detail>
</main>
</mk-ui>
<style type="stylus">
<style>
:scope
display block

View file

@ -2,7 +2,7 @@
<mk-ui ref="ui">
<mk-search ref="search" query={ parent.opts.query }></mk-search>
</mk-ui>
<style type="stylus">
<style>
:scope
display block

View file

@ -2,7 +2,7 @@
<mk-ui ref="ui">
<mk-user ref="user" user={ parent.user } page={ parent.opts.page }></mk-user>
</mk-ui>
<style type="stylus">
<style>
:scope
display block

View file

@ -12,7 +12,7 @@
</div>
</div>
</div>
<style type="stylus">
<style>
:scope
display block
margin 0

View file

@ -88,7 +88,7 @@
</virtual>
</div>
</div>
<style type="stylus">
<style>
:scope
display block
margin 0

View file

@ -9,7 +9,7 @@
<mk-post-form ref="form" reply={ parent.opts.reply }></mk-post-form>
</div></yield>
</mk-window>
<style type="stylus">
<style>
:scope
> mk-window

View file

@ -23,7 +23,7 @@
</button>
<input ref="file" type="file" accept="image/*" multiple="multiple" tabindex="-1" onchange={ changeFile }/>
<div class="dropzone" if={ draghover }></div>
<style type="stylus">
<style>
:scope
display block
padding 16px

View file

@ -8,7 +8,7 @@
</div>
</div>
</article>
<style type="stylus">
<style>
:scope
display block
margin 0

View file

@ -1,6 +1,6 @@
<mk-post-status-graph>
<canvas ref="canv" width={ opts.width } height={ opts.height }></canvas>
<style type="stylus">
<style>
:scope
display block

View file

@ -12,7 +12,7 @@
<div class="progress waiting" if={ parent.value >= parent.max }></div>
</div></yield>
</mk-window>
<style type="stylus">
<style>
:scope
display block

View file

@ -3,7 +3,7 @@
<yield to="content">
<mk-repost-form ref="form" post={ parent.opts.post }></mk-repost-form></yield>
</mk-window>
<style type="stylus">
<style>
:scope
> mk-window
[data-yield='header']

View file

@ -7,7 +7,7 @@
<button class="cancel" onclick={ cancel }>キャンセル</button>
<button class="ok" onclick={ ok }>Repost</button>
</footer>
<style type="stylus">
<style>
:scope
> mk-post-preview

View file

@ -4,7 +4,7 @@
</div>
<p class="empty" if={ isEmpty }><i class="fa fa-search"></i>「{ query }」に関する投稿は見つかりませんでした。</p>
<mk-timeline ref="timeline"><yield to="footer"><i class="fa fa-moon-o" if={ !parent.moreLoading }></i><i class="fa fa-spinner fa-pulse fa-fw" if={ parent.moreLoading }></i></yield></mk-timeline>
<style type="stylus">
<style>
:scope
display block
background #fff

View file

@ -3,7 +3,7 @@
<h1>{ query }</h1>
</header>
<mk-search-posts ref="posts" query={ query }></mk-search-posts>
<style type="stylus">
<style>
:scope
display block
padding-bottom 32px

View file

@ -9,7 +9,7 @@
<button class="ok" disabled={ parent.multiple && parent.file.length == 0 } onclick={ parent.ok }>決定</button>
</div></yield>
</mk-window>
<style type="stylus">
<style>
:scope
> mk-window
[data-yield='header']

View file

@ -2,7 +2,7 @@
<p><b>アバターを設定</b>してみませんか?
<button onclick={ close }><i class="fa fa-times"></i></button>
</p>
<style type="stylus">
<style>
:scope
display block
cursor pointer

View file

@ -2,7 +2,7 @@
<p><b>バナーを設定</b>してみませんか?
<button onclick={ close }><i class="fa fa-times"></i></button>
</p>
<style type="stylus">
<style>
:scope
display block
cursor pointer

View file

@ -3,7 +3,7 @@
<yield to="content">
<mk-settings></mk-settings></yield>
</mk-window>
<style type="stylus">
<style>
:scope
> mk-window
[data-yield='header']

View file

@ -79,7 +79,7 @@
<mk-api-info></mk-api-info>
</section>
</div>
<style type="stylus">
<style>
:scope
display flex
width 100%

View file

@ -4,7 +4,7 @@
<p if={ state == 'reconnecting' }><i class="fa fa-spinner fa-spin"></i><span>切断されました 接続中
<mk-ellipsis></mk-ellipsis></span></p>
<p if={ state == 'connected' }><i class="fa fa-check"></i><span>接続完了</span></p>
<style type="stylus">
<style>
:scope
display block
pointer-events none

View file

@ -8,7 +8,7 @@
<summary>投票</summary>
<mk-poll post={ post }></mk-poll>
</details>
<style type="stylus">
<style>
:scope
display block
overflow-wrap break-word

View file

@ -17,7 +17,7 @@
@title = @date-stringify @post.created_at
</script>
<style type="stylus">
<style>
:scope
display block
margin 0

View file

@ -63,7 +63,7 @@
<div class="detail" if={ isDetailOpened }>
<mk-post-status-graph width="462" height="130" post={ p }></mk-post-status-graph>
</div>
<style type="stylus">
<style>
:scope
display block
margin 0

View file

@ -4,7 +4,7 @@
<p class="date" if={ i != posts.length - 1 && post._date != posts[i + 1]._date }><span><i class="fa fa-angle-up"></i>{ post._datetext }</span><span><i class="fa fa-angle-down"></i>{ posts[i + 1]._datetext }</span></p>
</virtual>
<footer data-yield="footer"><yield from="footer"/></footer>
<style type="stylus">
<style>
:scope
display block

View file

@ -19,7 +19,7 @@
</li>
</ul>
</div>
<style type="stylus">
<style>
:scope
display block
float left

View file

@ -5,7 +5,7 @@
<div class="content">
<mk-analog-clock></mk-analog-clock>
</div>
<style type="stylus">
<style>
:scope
display inline-block
overflow visible

View file

@ -8,7 +8,7 @@
<p>お知らせ</p></a></li>
<li class="tv"><a href="https://misskey.tk" target="_blank"><i class="fa fa-television"></i>
<p>MisskeyTV™</p></a></li>
<style type="stylus">
<style>
:scope
display inline-block
margin 0

View file

@ -3,7 +3,7 @@
<div class="notifications" if={ isOpen }>
<mk-notifications></mk-notifications>
</div>
<style type="stylus">
<style>
:scope
display block
float left

View file

@ -1,6 +1,6 @@
<mk-ui-header-post-button>
<button onclick={ post } title="新規投稿"><i class="fa fa-pencil-square-o"></i></button>
<style type="stylus">
<style>
:scope
display inline-block
padding 8px

View file

@ -3,7 +3,7 @@
<input ref="q" type="search" placeholder="&#xf002; 検索"/>
<div class="result"></div>
</form>
<style type="stylus">
<style>
:scope
> form

View file

@ -18,7 +18,7 @@
</div>
</div>
</div>
<style type="stylus">
<style>
:scope
display block
position fixed

View file

@ -1,6 +1,6 @@
<mk-ui-notification>
<p>{ opts.message }</p>
<style type="stylus">
<style>
:scope
display block
position fixed

View file

@ -6,7 +6,7 @@
<div class="content"><yield /></div>
</div>
<mk-stream-indicator></mk-stream-indicator>
<style type="stylus">
<style>
:scope
display block

Some files were not shown because too many files have changed in this diff Show more