🩹💄 — 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 { #refresh-form {
margin-bottom: 0; margin-bottom: 0;
} }
#refresh-delay {
max-width: 120px;
}

View file

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