From 126af16e946e22a5cdb966f0b92a8f376f96bba9 Mon Sep 17 00:00:00 2001 From: bayge Date: Tue, 23 Jul 2024 22:29:20 +0930 Subject: [PATCH] Space button better --- .../app/routes/$network/dashboard/airdrop/common.tsx | 2 +- web/app.fluidity.money/app/styles/dashboard/airdrop.css | 5 +---- web/app.fluidity.money/app/styles/dashboard/airdrop.scss | 8 +------- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/web/app.fluidity.money/app/routes/$network/dashboard/airdrop/common.tsx b/web/app.fluidity.money/app/routes/$network/dashboard/airdrop/common.tsx index 0534bd0be..08038d3b0 100644 --- a/web/app.fluidity.money/app/routes/$network/dashboard/airdrop/common.tsx +++ b/web/app.fluidity.money/app/routes/$network/dashboard/airdrop/common.tsx @@ -1899,7 +1899,7 @@ const RecapModal = ({ disabled={true} onClick={() => handleClaimYourFly("stake")} > - Convert to SPN points + Convert to $SPN points ); diff --git a/web/app.fluidity.money/app/styles/dashboard/airdrop.css b/web/app.fluidity.money/app/styles/dashboard/airdrop.css index a582a8e91..5d28e4e6f 100644 --- a/web/app.fluidity.money/app/styles/dashboard/airdrop.css +++ b/web/app.fluidity.money/app/styles/dashboard/airdrop.css @@ -972,12 +972,9 @@ padding-bottom: 20px; } -.recap-fly-count-buttons-spread > button:nth-child(1) { - margin-right: 10px; -} - .recap-fly-count-buttons-spread > button:nth-child(2) { margin-left: 10px; + margin-right: 10px; } .recap-fly-count-buttons-spread-container { diff --git a/web/app.fluidity.money/app/styles/dashboard/airdrop.scss b/web/app.fluidity.money/app/styles/dashboard/airdrop.scss index b305f9871..619fa1333 100644 --- a/web/app.fluidity.money/app/styles/dashboard/airdrop.scss +++ b/web/app.fluidity.money/app/styles/dashboard/airdrop.scss @@ -1110,12 +1110,9 @@ $holo: linear-gradient( padding-bottom: 20px; } -.recap-fly-count-buttons-spread > button:nth-child(1) { - margin-right: 10px; -} - .recap-fly-count-buttons-spread > button:nth-child(2) { margin-left: 10px; + margin-right: 10px; } .recap-fly-count-buttons-spread-container { @@ -1129,9 +1126,6 @@ $holo: linear-gradient( flex-direction: row; } -.recap-you-are-eligible-ethereum-address-delegate-solana { -} - .legal { margin-top: 1em; }