implement game event subscriptions via rss

This commit is contained in:
yggverse 2026-03-27 06:34:37 +02:00
parent 31c31d2106
commit 28c64036ce
5 changed files with 155 additions and 20 deletions

View file

@ -94,6 +94,20 @@
max-width: var(--container-max-width);
}
main > form > fieldset {
border: 0;
margin: 16px 0;
}
main > form > fieldset input {
padding: 0 4px;
}
main > form > fieldset input[type="number"] {
margin: 0 4px;
max-width: 36px;
}
footer {
display: block;
margin: 16px auto;