web app experiment

This commit is contained in:
2026-04-01 22:04:15 -07:00
parent 52c78aa6f6
commit ae7fb5da6f
9 changed files with 280 additions and 0 deletions

13
web/dist/style.css vendored Normal file
View File

@@ -0,0 +1,13 @@
.item {
display: flex;
}
.item > * {
vertical-align: middle;
padding-right: 10px;
}
.item > div {
display: inline;
width: 100px;
overflow: hidden;
text-overflow: ellipsis;
}