increase extra networks UI height to fit two rows of cards.

This commit is contained in:
AUTOMATIC 2023-04-29 22:17:32 +03:00
parent c48ab36cb9
commit cd7f2b19f4

View File

@ -664,7 +664,7 @@ footer {
/* extra networks UI */
.extra-network-cards{
height: 400px;
height: 725px;
overflow: scroll;
resize: vertical;
}