corrected username check and dropdown size, see #57

This commit is contained in:
Jottyfan
2023-09-21 21:32:18 +02:00
parent 497a4dfcf9
commit 12a325ee03
4 changed files with 12 additions and 7 deletions

View File

@ -437,3 +437,8 @@ div {
.beforetext {
margin-right: 8px;
}
.visibledropdown {
max-height: 80vh;
overflow: auto;
}