improve UI on web client to include features from penguinmod client

This commit is contained in:
biglyderv 2025-04-17 17:31:25 -04:00
parent bc1e681c40
commit b4e8ba7bd9
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
6 changed files with 61 additions and 10 deletions

View file

@ -1,7 +1,7 @@
:root,
input,
button {
font-family: monospace;
font-family: sans-serif;
}
body {
@ -64,6 +64,18 @@ button, button a {
padding: 0.5rem 1rem;
white-space: pre-wrap;
}
#messages>li>li {
margin: 0;
line-height: 1em;
height: 1em;
padding-bottom: 0.1em;
overflow: hidden;
}
#messages>li>li>img {
height: 1.1em;
}
#messages>li:nth-child(odd) {
background: #efefef;