From 6841c20627fd4062e8e0e4ae9c6ed9b478098d07 Mon Sep 17 00:00:00 2001 From: JoshBot Date: Sun, 28 Aug 2022 18:07:20 +0100 Subject: [PATCH 1/2] Ui fixes --- src/App.css | 2 +- src/Pages/CreateInvoice/CreateInvoice.jsx | 4 ++-- src/Pages/CreateInvoice/createinvoice.css | 7 +++++-- src/assets/error.svg | 5 +++-- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/App.css b/src/App.css index 85a508d..7b258fa 100644 --- a/src/App.css +++ b/src/App.css @@ -89,7 +89,7 @@ input { width: calc(100% - var(--sidebar-width)); margin-top:var(--navbar-height); margin-left: var(--sidebar-width); - padding: 30px 20px 30px 40px; + padding: 30px 30px 30px 40px; } .xeggo-button{ diff --git a/src/Pages/CreateInvoice/CreateInvoice.jsx b/src/Pages/CreateInvoice/CreateInvoice.jsx index 92a2a1e..4d22d1c 100644 --- a/src/Pages/CreateInvoice/CreateInvoice.jsx +++ b/src/Pages/CreateInvoice/CreateInvoice.jsx @@ -392,7 +392,7 @@ const CreateInvoice = ({contract, account}) => {
-
+
Payment Options
Asset: @@ -421,7 +421,7 @@ const CreateInvoice = ({contract, account}) => {
-
+
diff --git a/src/Pages/CreateInvoice/createinvoice.css b/src/Pages/CreateInvoice/createinvoice.css index 241a81b..651fe4a 100644 --- a/src/Pages/CreateInvoice/createinvoice.css +++ b/src/Pages/CreateInvoice/createinvoice.css @@ -124,8 +124,11 @@ input, textarea { display:flex; } -.payment-container > div { - flex-basis: 50%; +.basis-60{ + flex-basis: 60%; +} +.basis-40{ + flex-basis: 40%; } .payment-container .label{ diff --git a/src/assets/error.svg b/src/assets/error.svg index 17c57de..8d8fafa 100644 --- a/src/assets/error.svg +++ b/src/assets/error.svg @@ -1,3 +1,4 @@ - - + + + From 9044d8a0a9ac94735a9e0c96d8f75474df05175f Mon Sep 17 00:00:00 2001 From: JoshBot Date: Wed, 31 Aug 2022 10:30:34 +0100 Subject: [PATCH 2/2] fix ui --- src/Pages/InvoicePage.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Pages/InvoicePage.jsx b/src/Pages/InvoicePage.jsx index 20efaa1..00316b1 100644 --- a/src/Pages/InvoicePage.jsx +++ b/src/Pages/InvoicePage.jsx @@ -170,7 +170,7 @@ const InvoicePage = ({invoices, account, contract, web3}) => {
-
+
Payment Options
Asset: @@ -191,7 +191,7 @@ const InvoicePage = ({invoices, account, contract, web3}) => {
-
+