mirror of
https://github.com/YGGverse/hlstate-rs.git
synced 2026-04-02 10:05:31 +00:00
implement game event subscriptions via rss
This commit is contained in:
parent
31c31d2106
commit
28c64036ce
5 changed files with 155 additions and 20 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue