This commit is contained in:
syuilo 2017-12-08 13:41:34 +09:00
parent 25068f12f5
commit 7f3fb90b05
11 changed files with 58 additions and 92 deletions

View file

@ -24,7 +24,7 @@
display block
margin 12px 0
i
[data-fa]
display block
pointer-events none
position absolute

View file

@ -182,7 +182,7 @@
this.passwordRetypeState = null;
this.recaptchaed = false;
window.onEecaptchaed = () => {
window.onRecaptchaed = () => {
this.recaptchaed = true;
this.update();
};

View file

@ -1,14 +1,20 @@
<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>
<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>
%fa:external-link-square-alt%
</a>
<style>
:scope
word-break break-all
> a
&:after
content "\f14c"
display inline-block
> [data-fa]
padding-left 2px
font-family FontAwesome
font-size .9em
font-weight 400
font-style normal