From a70d9d1d2892b95f91456a98dc62bdd6a33aeff1 Mon Sep 17 00:00:00 2001 From: Juanma Hidalgo Date: Fri, 5 Jan 2024 20:13:25 +0100 Subject: [PATCH] fix: UI issues in the ENS Claim page (#2089) --- .../NamesPage/ClaimNamePage/ClaimNamePage.module.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/src/components/NamesPage/ClaimNamePage/ClaimNamePage.module.css b/webapp/src/components/NamesPage/ClaimNamePage/ClaimNamePage.module.css index 0226edb21a..3073fcf6a7 100644 --- a/webapp/src/components/NamesPage/ClaimNamePage/ClaimNamePage.module.css +++ b/webapp/src/components/NamesPage/ClaimNamePage/ClaimNamePage.module.css @@ -18,7 +18,7 @@ flex: 1; } -.claimNamePage .card.claimContainer :global(.dcl.close) { +.claimNamePage .claimContainer :global(.dcl.close) { position: absolute; background: none; right: 12px; @@ -296,6 +296,7 @@ } .claimNamePage .claimContainer :global(.ui.primary.button) { + height: 100%; border-top-left-radius: 0; border-bottom-left-radius: 0; }