image support

This commit is contained in:
Robin Appelman 2025-10-06 21:54:21 +02:00
commit 25f9e9b0a1
3 changed files with 103 additions and 29 deletions

View file

@ -7,6 +7,7 @@
:root {
--background-color: #1e1e1e;
--font-color: #fff;
color-scheme: dark;
}
}
@ -19,4 +20,9 @@ body, input {
.pos input {
width: 60px;
}
.image img {
height: 32px;
width: auto;
}
}