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