fixe wide-enhanced radar and almanac backgrounds

This commit is contained in:
Matt Walsh
2026-04-08 23:25:05 -05:00
parent d2bf8f3f99
commit 71d52c0b72
7 changed files with 7 additions and 11 deletions

View File

@@ -5,6 +5,10 @@
#radar-html.weather-display {
background-image: url('../images/backgrounds/4.png');
.wide & {
background: url(../images/backgrounds/4-wide.png);
}
.header {
height: 83px;
@@ -122,8 +126,4 @@
position: relative;
}
}
}
.wide.radar #container {
background: url(../images/backgrounds/4-wide.png);
}