From 34c9ca419757d9790165df9897c63c77926d415a Mon Sep 17 00:00:00 2001 From: softsimon Date: Mon, 15 Nov 2021 12:00:41 +0400 Subject: [PATCH] Adding version and locktime to transaction details fixes #929 --- .../transaction/transaction.component.html | 112 ++++++++++++------ .../transaction/transaction.component.scss | 2 +- 2 files changed, 77 insertions(+), 37 deletions(-) diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html index 31d26f381..5235c2b3d 100644 --- a/frontend/src/app/components/transaction/transaction.component.html +++ b/frontend/src/app/components/transaction/transaction.component.html @@ -206,26 +206,44 @@

Details

- - - - - - - - - - - - - - - - - - - -
Size
Virtual size
Weight
Transaction Hex
+
+
+ + + + + + + + + + + + + + + +
Size
Virtual size
Weight
+
+
+ + + + + + + + + + + + + + + +
Version
Locktime
Transaction Hex
+
+
@@ -286,22 +304,44 @@

Details

- - - - - - - - - - - - - - - -
+
+
+ + + + + + + + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + +
+
+
diff --git a/frontend/src/app/components/transaction/transaction.component.scss b/frontend/src/app/components/transaction/transaction.component.scss index d6a736191..d7d9fb5df 100644 --- a/frontend/src/app/components/transaction/transaction.component.scss +++ b/frontend/src/app/components/transaction/transaction.component.scss @@ -110,7 +110,7 @@ } &:last-child { text-align: right; - @media (min-width: 768px) { + @media (min-width: 850px) { text-align: left; } }