mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 18:02:41 +02:00
🩹💄 — Fix auto-refresh form + limit delay input width
This commit is contained in:
parent
8c6fe27968
commit
cb81b80b54
2 changed files with 5 additions and 0 deletions
|
@ -25,3 +25,6 @@ code {
|
||||||
#refresh-form {
|
#refresh-form {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
#refresh-delay {
|
||||||
|
max-width: 120px;
|
||||||
|
}
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue