From bbdc9e4aa4d9150bdc90fd715fb4694be0ab41ad Mon Sep 17 00:00:00 2001 From: softsimon Date: Wed, 3 Jul 2024 22:02:27 +0900 Subject: [PATCH] fix accelerator logo positioning --- .../src/app/components/transaction/transaction.component.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/components/transaction/transaction.component.scss b/frontend/src/app/components/transaction/transaction.component.scss index 589320a86..0ea548e3c 100644 --- a/frontend/src/app/components/transaction/transaction.component.scss +++ b/frontend/src/app/components/transaction/transaction.component.scss @@ -177,7 +177,7 @@ h2 { line-height: 1; margin: 0; - padding-bottom: 10px; + padding-bottom: 5px; } } @@ -200,7 +200,7 @@ .accelerator-toggle, .details-button { position: relative; - bottom: -18px; + bottom: -13px; } .subtitle-block {