From cb324733bf0e13cc918c62b638d0e3df3068c2af Mon Sep 17 00:00:00 2001 From: softsimon Date: Sat, 6 May 2023 00:31:08 +0400 Subject: [PATCH] Removing weird bottom padding --- .../components/pool-ranking/pool-ranking.component.html | 2 +- .../components/pool-ranking/pool-ranking.component.scss | 9 --------- .../nodes-per-country-chart.component.html | 2 +- .../nodes-per-country-chart.component.scss | 9 --------- .../nodes-per-isp-chart.component.html | 2 +- .../nodes-per-isp-chart.component.scss | 9 --------- 6 files changed, 3 insertions(+), 30 deletions(-) diff --git a/frontend/src/app/components/pool-ranking/pool-ranking.component.html b/frontend/src/app/components/pool-ranking/pool-ranking.component.html index 1601895c6..317b28446 100644 --- a/frontend/src/app/components/pool-ranking/pool-ranking.component.html +++ b/frontend/src/app/components/pool-ranking/pool-ranking.component.html @@ -75,7 +75,7 @@ -
+
diff --git a/frontend/src/app/components/pool-ranking/pool-ranking.component.scss b/frontend/src/app/components/pool-ranking/pool-ranking.component.scss index b10fb66a8..749765892 100644 --- a/frontend/src/app/components/pool-ranking/pool-ranking.component.scss +++ b/frontend/src/app/components/pool-ranking/pool-ranking.component.scss @@ -33,15 +33,6 @@ } } -.bottom-padding { - @media (max-width: 992px) { - padding-bottom: 65px - }; - @media (max-width: 576px) { - padding-bottom: 65px - }; -} - @media (max-width: 767.98px) { .pools-table th, .pools-table td { diff --git a/frontend/src/app/lightning/nodes-per-country-chart/nodes-per-country-chart.component.html b/frontend/src/app/lightning/nodes-per-country-chart/nodes-per-country-chart.component.html index 32bd8b243..1986a8d9e 100644 --- a/frontend/src/app/lightning/nodes-per-country-chart/nodes-per-country-chart.component.html +++ b/frontend/src/app/lightning/nodes-per-country-chart/nodes-per-country-chart.component.html @@ -10,7 +10,7 @@ (Tor nodes excluded)
-
+
diff --git a/frontend/src/app/lightning/nodes-per-country-chart/nodes-per-country-chart.component.scss b/frontend/src/app/lightning/nodes-per-country-chart/nodes-per-country-chart.component.scss index 70b01d8b3..f127d88cd 100644 --- a/frontend/src/app/lightning/nodes-per-country-chart/nodes-per-country-chart.component.scss +++ b/frontend/src/app/lightning/nodes-per-country-chart/nodes-per-country-chart.component.scss @@ -32,15 +32,6 @@ } } -.bottom-padding { - @media (max-width: 992px) { - padding-bottom: 65px - }; - @media (max-width: 576px) { - padding-bottom: 65px - }; -} - .rank { width: 8%; @media (max-width: 576px) { diff --git a/frontend/src/app/lightning/nodes-per-isp-chart/nodes-per-isp-chart.component.html b/frontend/src/app/lightning/nodes-per-isp-chart/nodes-per-isp-chart.component.html index bd391e075..24f846b45 100644 --- a/frontend/src/app/lightning/nodes-per-isp-chart/nodes-per-isp-chart.component.html +++ b/frontend/src/app/lightning/nodes-per-isp-chart/nodes-per-isp-chart.component.html @@ -38,7 +38,7 @@
-
+
diff --git a/frontend/src/app/lightning/nodes-per-isp-chart/nodes-per-isp-chart.component.scss b/frontend/src/app/lightning/nodes-per-isp-chart/nodes-per-isp-chart.component.scss index f1d39081d..b60c11e83 100644 --- a/frontend/src/app/lightning/nodes-per-isp-chart/nodes-per-isp-chart.component.scss +++ b/frontend/src/app/lightning/nodes-per-isp-chart/nodes-per-isp-chart.component.scss @@ -34,15 +34,6 @@ } } -.bottom-padding { - @media (max-width: 992px) { - padding-bottom: 65px - }; - @media (max-width: 576px) { - padding-bottom: 65px - }; -} - @media (max-width: 767.98px) { .pools-table th, .pools-table td {