mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 09:52:38 +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 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
#refresh-delay {
|
||||
max-width: 120px;
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue