make zaps prettier. fix goal selection.

This commit is contained in:
TheGrinder 2023-09-09 20:06:07 +02:00
parent 15be10aa02
commit 476e07ee21
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
.send-zap .amounts {
display: grid;
grid-template-columns: repeat(6, 1fr);
grid-template-columns: repeat(5, 1fr);
justify-content: space-evenly;
gap: 8px;
}

View File

@ -36,7 +36,7 @@ export function SendZaps({ lnurl, pubkey, aTag, eTag, targetName, onFinish }: Se
const UsdRate = 28_000;
const satsAmounts = [
21, 69, 121, 221, 420, 1_000, 2_100, 5_000, 6_666, 10_000, 21_000, 42_000, 69_000, 100_000, 210_000, 500_000,
21, 69, 121, 420, 1_000, 2_100, 4_200, 10_000, 21_000, 42_000, 69_000, 100_000, 210_000, 500_000,
1_000_000,
];
const usdAmounts = [0.05, 0.5, 2, 5, 10, 50, 100, 200];

View File

@ -193,7 +193,7 @@ input[type="number"] {
select {
font-family: inherit;
border: unset;
background-color: unset;
background-color: #262626;
color: inherit;
width: 100%;
font-size: 16px;