From 1c6b3a46c6f69bbd439f02067b360fa261da3d2e Mon Sep 17 00:00:00 2001 From: softsimon Date: Wed, 15 Dec 2021 02:16:45 +0400 Subject: [PATCH] Correcting CPFP button position on mobile fixes #1006 --- .../components/transaction/transaction.component.html | 2 +- .../components/transaction/transaction.component.scss | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html index 1085f6335..0174f9d43 100644 --- a/frontend/src/app/components/transaction/transaction.component.html +++ b/frontend/src/app/components/transaction/transaction.component.html @@ -196,7 +196,7 @@

Inputs & Outputs

- +
diff --git a/frontend/src/app/components/transaction/transaction.component.scss b/frontend/src/app/components/transaction/transaction.component.scss index d7d9fb5df..c1ebd29a2 100644 --- a/frontend/src/app/components/transaction/transaction.component.scss +++ b/frontend/src/app/components/transaction/transaction.component.scss @@ -127,7 +127,6 @@ } } - .title { h2 { line-height: 1; @@ -137,7 +136,14 @@ } .btn-outline-info { - margin-top: -10px; + margin-top: 5px; + @media (min-width: 768px){ + margin-top: 0px; + } +} + +.details-button { + margin-top: -5px; @media (min-width: 768px){ display: inline-block; margin-top: 0px;