From cd7f2b19f45a28c8eeb88994c8972c61c8a3c63d Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Sat, 29 Apr 2023 22:17:32 +0300 Subject: [PATCH] increase extra networks UI height to fit two rows of cards. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 937e1dc7..3f56087a 100644 --- a/style.css +++ b/style.css @@ -664,7 +664,7 @@ footer { /* extra networks UI */ .extra-network-cards{ - height: 400px; + height: 725px; overflow: scroll; resize: vertical; }