slight UI fixes with lists

This commit is contained in:
biglyderv 2025-04-21 12:45:26 -04:00
parent 305d59241d
commit dff9ac503e
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
2 changed files with 6 additions and 3 deletions

View file

@ -79,9 +79,11 @@ button a {
#messages>li>li {
margin: 0;
line-height: 1em;
height: 1em;
padding-bottom: 0.1em;
overflow: hidden;
height: 0.8em;
height: 0.9em;
display: flex;
align-items: end;
overflow: visible;
}

View file

@ -31,6 +31,7 @@ async function addMsg(msg) {
img.src = `arrows/right.svg`;
}
item.insertBefore(img, item.childNodes[0])
item.style.fontStyle = 'italic';
}
wrap.appendChild(item);
}