feat increase index weather chart height to 180px

Commit
c051f35d42b4da99a3249744089726f17083ba1e
Author
GPT-5 medium <codex@openai.com>
Author date
Committer
GPT-5 medium <codex@openai.com>
Committer date
roles/dashboard/templates/dashboard/index.html.ep
index 21d2cc3a..9e94f321 100644..100644
@@ -38,7 +38,7 @@
38 38 <h2 class="h6 fw-bold mb-0">Weather in Versonnex</h2>
39 39 <p class="text-body-secondary small mb-0" data-weather-summary>Loading forecast…</p>
40 40 </div>
41 Removed: <div class="chart-wrap" style="height: 130px;">
41 Added: <div class="chart-wrap" style="height: 180px;">
42 42 <canvas id="chart-weather-forecast" role="img" aria-label="48-hour weather forecast"></canvas>
43 43 </div>
44 44 </div>