forked from FoundKeyGang/FoundKey
[Client] Fix glitches
This commit is contained in:
parent
abe8127840
commit
c127267128
2 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -33,3 +33,6 @@ button
|
|||
|
||||
*
|
||||
pointer-events none
|
||||
|
||||
pre
|
||||
white-space nowrap
|
||||
|
|
Loading…
Reference in a new issue