more responsive universe window

This commit is contained in:
2023-10-21 15:42:49 +02:00
parent 6a682a4084
commit 7b31e94f8c
2 changed files with 4 additions and 4 deletions

View File

@ -188,7 +188,7 @@ export class Editor {
let list = document.createElement("ul");
list.className =
"lg:h-80 lg:w-80 lg:pb-2 lg:pt-2 overflow-y-scroll text-white lg:mb-4 border rounded-lg bg-neutral-800";
"lg:h-80 lg:text-normal text-sm h-auto lg:w-80 w-auto lg:pb-2 lg:pt-2 overflow-y-scroll text-white lg:mb-4 border rounded-lg bg-neutral-800";
list.append(
...Object.keys(this.universes).map((it) => {