From a893e8734765537f139b9f15c04f696ff1cd8118 Mon Sep 17 00:00:00 2001 From: nymkappa Date: Sat, 12 Mar 2022 17:33:07 +0100 Subject: [PATCH] Add more padding to the blocks list page --- .../blocks-list/blocks-list.component.html | 142 +++++++++--------- .../blocks-list/blocks-list.component.scss | 13 +- 2 files changed, 77 insertions(+), 78 deletions(-) diff --git a/frontend/src/app/components/blocks-list/blocks-list.component.html b/frontend/src/app/components/blocks-list/blocks-list.component.html index 7cc7b2e17..f50a5fff2 100644 --- a/frontend/src/app/components/blocks-list/blocks-list.component.html +++ b/frontend/src/app/components/blocks-list/blocks-list.component.html @@ -3,92 +3,94 @@
- - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + +
Height - PoolTimestampMined - RewardFeesTxsSize
- {{ block.height - }} - - - - {{ block.extras.pool.name }} - - - ‎{{ block.timestamp * 1000 | date:'yyyy-MM-dd HH:mm' }} - - - - - - - - {{ block.tx_count | number }} - -
-
-
-
-
- +
+ + + + + + + + + + + + + + - -
Height + PoolTimestampMined + RewardFeesTxsSize
+ {{ block.height + }} - - + + + {{ block.extras.pool.name }} + - + ‎{{ block.timestamp * 1000 | date:'yyyy-MM-dd HH:mm' }} - + - + - + - + {{ block.tx_count | number }} - +
+
+
+
- - - + +
+ + + + + + + + + + + + + + + + +
+ + + + \ No newline at end of file diff --git a/frontend/src/app/components/blocks-list/blocks-list.component.scss b/frontend/src/app/components/blocks-list/blocks-list.component.scss index b9a19f927..9414348c1 100644 --- a/frontend/src/app/components/blocks-list/blocks-list.component.scss +++ b/frontend/src/app/components/blocks-list/blocks-list.component.scss @@ -1,9 +1,10 @@ .container-xl { max-width: 1400px; - padding-bottom: 0; + padding-bottom: 100px; } .container-xl.widget { padding-left: 0px; + padding-bottom: 0px; } .container { @@ -117,11 +118,7 @@ td { @media (max-width: 650px) { width: 20%; } -} - -.pagination-container { - margin-bottom: 40px; - @media (max-width: 992px) { - margin-bottom: 80px; + @media (max-width: 450px) { + display: none; } -} \ No newline at end of file +}