web/donate: minor css fixes

This commit is contained in:
dumbmoron 2024-07-26 17:00:01 +00:00
parent 7427788efd
commit b3d8a9bf1c
No known key found for this signature in database

View file

@ -193,7 +193,9 @@
<button <button
class="wallet-address" class="wallet-address"
on:click={() => toClipboard(address)} on:click={() => toClipboard(address)}
>{ address }</button> >
{ address }
</button>
</div> </div>
{/each} {/each}
</div> </div>
@ -204,6 +206,7 @@
#donate-page { #donate-page {
max-width: 850px; max-width: 850px;
margin: 0 auto; margin: 0 auto;
overflow-x: hidden;
padding: var(--padding); padding: var(--padding);
} }
@ -271,7 +274,9 @@
width: 100%; width: 100%;
display: block; display: block;
text-align: left; text-align: left;
font-size: 12px; font-size: .75em;
overflow: hidden;
text-overflow: ellipsis;
} }
.crypto-wallets { .crypto-wallets {