diff --git a/src/baby_monitor/static/sleep.html b/src/baby_monitor/static/sleep.html index 3210345..a73554b 100644 --- a/src/baby_monitor/static/sleep.html +++ b/src/baby_monitor/static/sleep.html @@ -231,33 +231,31 @@ background: #3a9be8; } - .filters { - display: flex; - gap: 15px; + .controls { margin-bottom: 30px; - flex-wrap: wrap; - align-items: center; - } - - .filter-group { display: flex; - flex-direction: column; - gap: 5px; + align-items: center; + gap: 15px; + flex-wrap: wrap; } - .filter-group label { - color: #666; - font-size: 14px; + .controls label { font-weight: 600; + color: #333; } - .filter-group select { - padding: 8px 12px; + .controls select { + padding: 8px 16px; border: 1px solid #ddd; - border-radius: 4px; + border-radius: 6px; font-size: 14px; - background: white; cursor: pointer; + background: white; + } + + .controls select:focus { + outline: none; + border-color: #4facfe; } .badge { @@ -280,24 +278,21 @@

😴 Sleep Tracking

Monitor your baby's sleep patterns

-
-
- - -
-
- - -
+
+ + + + +
@@ -489,7 +484,7 @@
-

Total Sleep Time

+

Total Sleep Time (Last ${timeRange} Day${timeRange !== 1 ? "s" : ""})