Changed the look of Admin Insert

This commit is contained in:
2025-06-07 16:01:13 +02:00
parent 0a1c6dae8b
commit 2b8dac7e55
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ if (isset($_POST["url"])) {
echo "
<label>
<input type=\"checkbox\" name=\"" . $row["tag"] . "\">" . $row["name"] . "
</label><br>";
</label>";
}
?>
+8 -1
View File
@@ -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;
}