From 46595777291fa0a894a1d63a351ef28f2183fb26 Mon Sep 17 00:00:00 2001 From: SiskelDev Date: Sat, 7 Jun 2025 16:03:48 +0200 Subject: [PATCH] changed default height --- data/style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/style/style.css b/data/style/style.css index a10f2a8..2ec624a 100644 --- a/data/style/style.css +++ b/data/style/style.css @@ -700,7 +700,7 @@ div.content { .specieslist { - max-height: 300px; + max-height: 140px; /* overflow-y: scroll; */ display: flex; flex-direction: column;