From 03e4a21bcea3a2ccc09acbbf4ee73d1cad22e646 Mon Sep 17 00:00:00 2001 From: natsoni Date: Sun, 4 Feb 2024 13:01:07 +0100 Subject: [PATCH] Fix styling issue in peg and utxo widgets --- .../federation-utxos-list.component.html | 2 +- .../recent-pegs-list.component.html | 26 +++++++++---------- .../recent-pegs-list.component.scss | 18 +++++-------- 3 files changed, 21 insertions(+), 25 deletions(-) diff --git a/frontend/src/app/components/liquid-reserves-audit/federation-utxos-list/federation-utxos-list.component.html b/frontend/src/app/components/liquid-reserves-audit/federation-utxos-list/federation-utxos-list.component.html index 7e8ca6e95..1fdf1677e 100644 --- a/frontend/src/app/components/liquid-reserves-audit/federation-utxos-list/federation-utxos-list.component.html +++ b/frontend/src/app/components/liquid-reserves-audit/federation-utxos-list/federation-utxos-list.component.html @@ -49,7 +49,7 @@ - - + Change output diff --git a/frontend/src/app/components/liquid-reserves-audit/recent-pegs-list/recent-pegs-list.component.html b/frontend/src/app/components/liquid-reserves-audit/recent-pegs-list/recent-pegs-list.component.html index b4ae3b774..d562328a5 100644 --- a/frontend/src/app/components/liquid-reserves-audit/recent-pegs-list/recent-pegs-list.component.html +++ b/frontend/src/app/components/liquid-reserves-audit/recent-pegs-list/recent-pegs-list.component.html @@ -11,10 +11,10 @@ + - @@ -31,12 +31,12 @@ + - @@ -53,6 +53,10 @@ + @@ -75,10 +79,6 @@ - @@ -88,10 +88,10 @@ - - @@ -101,6 +101,9 @@ + @@ -110,9 +113,6 @@ - diff --git a/frontend/src/app/components/liquid-reserves-audit/recent-pegs-list/recent-pegs-list.component.scss b/frontend/src/app/components/liquid-reserves-audit/recent-pegs-list/recent-pegs-list.component.scss index 6efdaaf5c..92f5bc64f 100644 --- a/frontend/src/app/components/liquid-reserves-audit/recent-pegs-list/recent-pegs-list.component.scss +++ b/frontend/src/app/components/liquid-reserves-audit/recent-pegs-list/recent-pegs-list.component.scss @@ -28,14 +28,14 @@ tr, td, th { } .transaction { - width: 25%; + width: 20%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 120px; } .transaction.widget { - width: 40%; + width: 100%; } @@ -50,19 +50,16 @@ tr, td, th { } .amount { - width: 12%; -} -.amount.widget { - width: 30%; + width: 0%; } .output { - width: 25%; + width: 20%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 160px; - @media (max-width: 825px) { + @media (max-width: 800px) { display: none; } } @@ -72,13 +69,13 @@ tr, td, th { text-overflow: ellipsis; white-space: nowrap; max-width: 160px; - @media (max-width: 840px) { + @media (max-width: 960px) { display: none; } } .timestamp { - width: 18%; + width: 0%; @media (max-width: 650px) { display: none; } @@ -89,7 +86,6 @@ tr, td, th { } } .timestamp.widget { - width: 100%; @media (min-width: 768px) AND (max-width: 1050px) { display: none; }
TransactionDate Amount Fund / Redemption Tx BTC AddressDate
+ + - -
+ ‎{{ peg.blocktime * 1000 | date:'yyyy-MM-dd HH:mm' }} +
()
+
- ‎{{ peg.blocktime * 1000 | date:'yyyy-MM-dd HH:mm' }} -
()
-
+ +
+ + - -