🩹💄 — Fix auto-refresh form + limit delay input width

This commit is contained in:
Luc Didry 2024-03-14 16:47:30 +01:00
parent 8c6fe27968
commit cb81b80b54
No known key found for this signature in database
GPG key ID: EA868E12D0257E3C
2 changed files with 5 additions and 0 deletions

View file

@ -25,3 +25,6 @@ code {
#refresh-form {
margin-bottom: 0;
}
#refresh-delay {
max-width: 120px;
}

View file

@ -13,6 +13,7 @@
<ul>
<li>
<input id="auto-refresh"
name="refresh"
type="checkbox"
form="refresh-form"
{{ 'checked' if refresh }}>
@ -22,6 +23,7 @@
<label class="inline-label">
Every <input id="refresh-delay"
class="initial-width"
name="delay"
type="number"
form="refresh-form"
min="1"