mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-01-18 13:07:58 +00:00
Make auto reload interval input smaller
This commit is contained in:
parent
49d5022027
commit
037d5432a4
@ -97,7 +97,7 @@
|
||||
|
||||
<label class="field inline">
|
||||
<span class="label">Reload (sec)</span>
|
||||
<input type="number" bind:value={autoReloadInterval} list="autoreloadintervals" use:input />
|
||||
<input type="number" class="autoreloadinput" bind:value={autoReloadInterval} list="autoreloadintervals" use:input />
|
||||
</label>
|
||||
|
||||
<label class="field inline">
|
||||
@ -151,4 +151,7 @@
|
||||
.total {
|
||||
margin-left: auto;
|
||||
}
|
||||
.autoreloadinput {
|
||||
width: 1.5rem;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user