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>

View File

@@ -1,5 +1,5 @@
<%- include('header.ejs', {titleDual:{ top: 'Current' , bottom: 'Conditions' }, noaaLogo: true}) %>
<div class="main has-scroll current-weather">
<div class="main has-scroll has-box current-weather">
<div class="weather template">
<div class="left col">
<div class="temp center"></div>