Browse Source

App: visual fix

master
Anton Kovalenko 3 years ago
parent
commit
f26f38f884
  1. 2
      src/App.svelte

2
src/App.svelte

@ -180,7 +180,7 @@
<SiteCard>
{#if lnurl}
<CTC let:id let:action force text={lnurl}>
<div class="form-text user-select-all mb-2 mt-2"
<div class="form-text user-select-all mb-0 mt-2"
style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis"
on:click={action} id={id}>{lnurl}
</div>

Loading…
Cancel
Save