From 2b8dac7e55af136987300b1abcc4249e7b4da19c Mon Sep 17 00:00:00 2001 From: SiskelDev Date: Sat, 7 Jun 2025 16:01:13 +0200 Subject: [PATCH] Changed the look of Admin Insert --- admin/insert.php | 2 +- data/style/style.css | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/admin/insert.php b/admin/insert.php index 9c96937..1711b3d 100644 --- a/admin/insert.php +++ b/admin/insert.php @@ -233,7 +233,7 @@ if (isset($_POST["url"])) { echo "
"; + "; } ?> diff --git a/data/style/style.css b/data/style/style.css index 3c90278..a10f2a8 100644 --- a/data/style/style.css +++ b/data/style/style.css @@ -701,7 +701,14 @@ div.content { .specieslist { max-height: 300px; - overflow-y: scroll; + /* overflow-y: scroll; */ + display: flex; + flex-direction: column; + flex-wrap: wrap; +} + +.specieslist label { + min-width: 80px; }