From 8735b6251005222754846bcee9a03e103d5ea852 Mon Sep 17 00:00:00 2001 From: softsimon Date: Fri, 5 Jul 2024 16:22:28 +0900 Subject: [PATCH] fix hide acceleration button overflow fixes #5276 --- .../app/components/transaction/transaction.component.html | 2 +- .../app/components/transaction/transaction.component.scss | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html index 0f9a4d9c4..e898549cb 100644 --- a/frontend/src/app/components/transaction/transaction.component.html +++ b/frontend/src/app/components/transaction/transaction.component.html @@ -128,7 +128,7 @@

- +
diff --git a/frontend/src/app/components/transaction/transaction.component.scss b/frontend/src/app/components/transaction/transaction.component.scss index 0ea548e3c..f32d8d9ea 100644 --- a/frontend/src/app/components/transaction/transaction.component.scss +++ b/frontend/src/app/components/transaction/transaction.component.scss @@ -167,6 +167,12 @@ } } +@media (max-width: 767px){ + .hide-on-mobile { + display: none; + } +} + .effective-fee-rating { @media (max-width: 767px){ margin-right: 0px !important;