Fix quiet-hours description text overlapping the end-time input
Build and push server image / build-and-push (push) Successful in 38s
Build and push server image / build-and-push (push) Successful in 38s
.sub's negative margin-top is tuned for sitting right under the h1 subtitle; placed right after a bordered input it pulled up into it.
This commit is contained in:
@@ -109,10 +109,11 @@
|
||||
<label>Quiet hours end
|
||||
<input type="time" id="quiet_hours_end" value="{{ cfg.quiet_hours_end }}">
|
||||
</label>
|
||||
<p class="sub">Uses the server's local timezone (see <code>TZ</code> in
|
||||
<code>docker-compose.yml.example</code>). The device may still
|
||||
wake once right at the start of quiet hours -- it can't know
|
||||
ahead of time -- but goes right back to sleep until they end.</p>
|
||||
<p class="sub" style="margin-top: 8px;">Uses the server's local timezone
|
||||
(see <code>TZ</code> in <code>docker-compose.yml.example</code>). The
|
||||
device may still wake once right at the start of quiet hours -- it
|
||||
can't know ahead of time -- but goes right back to sleep until they
|
||||
end.</p>
|
||||
<label>Upcoming photos to show
|
||||
<select id="queue_target_len">
|
||||
{% for n in [5, 10, 15, 20, 25, 30, 40, 50] %}
|
||||
|
||||
Reference in New Issue
Block a user