better handling of css on "blue box" screens

This commit is contained in:
Matt Walsh
2022-08-03 16:32:13 -05:00
parent 1ee15f38ee
commit 332f8f8d2f
6 changed files with 25 additions and 10 deletions

View File

@@ -100,7 +100,7 @@
<div id="hourly-html" class="weather-display">
<%- include('partials/hourly.ejs') %>
</div>
<div id="current-weather-html" class="weather-display show">
<div id="current-weather-html" class="weather-display">
<%- include('partials/current-weather.ejs') %>
</div>
</div>