From f5cdd4ae14097172928771f29f3e3b3a0e890482 Mon Sep 17 00:00:00 2001 From: Petromir Petrov Date: Wed, 7 Aug 2024 15:33:28 +0300 Subject: [PATCH] fix: hard to click topbar links --- src/components/Wallet/TopBar/Links/Links.module.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/Wallet/TopBar/Links/Links.module.scss b/src/components/Wallet/TopBar/Links/Links.module.scss index a82255c93..756218a53 100644 --- a/src/components/Wallet/TopBar/Links/Links.module.scss +++ b/src/components/Wallet/TopBar/Links/Links.module.scss @@ -6,10 +6,11 @@ height: 2rem; } .item { + display: flex; + align-items: stretch; height: 3.125rem; - padding-left: 1rem; - padding-right: 1.375rem; background-color: $c-mirage; + padding: 0; button { outline: none; @@ -27,6 +28,9 @@ color: $c-titan-white; white-space: nowrap; font-weight: 400; + padding-left: 1rem; + padding-right: 1.375rem; + width: 100%; .itemIcon { width: 1.875rem;