[Client] Fix glitches

This commit is contained in:
syuilo 2017-02-13 13:14:17 +09:00
parent abe8127840
commit c127267128
2 changed files with 5 additions and 0 deletions

View file

@ -1,6 +1,8 @@
<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">
:scope
word-break break-all
> a
&:after
content "\f14c"

View file

@ -33,3 +33,6 @@ button
*
pointer-events none
pre
white-space nowrap