App: address fixes (visual/focus/typo)
This commit is contained in:
parent
684d0b2ecb
commit
2736bca10d
@ -223,7 +223,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{#if lightningAddress}
|
{#if lightningAddress}
|
||||||
<CTC let:id let:action force text={lightningAddress}}>
|
<CTC let:id let:action force text={lightningAddress}>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<div class="input-group-prepend">
|
<div class="input-group-prepend">
|
||||||
<Tipped let:id>
|
<Tipped let:id>
|
||||||
@ -235,10 +235,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</Tipped>
|
</Tipped>
|
||||||
</div>
|
</div>
|
||||||
<div class="user-select-all form-control"
|
<input class="user-select-all form-control"
|
||||||
style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis"
|
style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis"
|
||||||
on:click={action} id={id}>{lightningAddress}
|
tabindex="0"
|
||||||
</div>
|
on:click={action} id={id} value={lightningAddress} readonly/>
|
||||||
</div>
|
</div>
|
||||||
</CTC>
|
</CTC>
|
||||||
{/if}
|
{/if}
|
||||||
|
Loading…
Reference in New Issue
Block a user