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

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

View File

@@ -6,7 +6,7 @@
// repeat the background if wide-enhanced // repeat the background if wide-enhanced
.wide.enhanced & { .wide.enhanced & {
background-repeat: repeat-x; background-image: url('../images/backgrounds/3-wide-enhanced.png');
} }
} }

View File

@@ -5,6 +5,10 @@
#radar-html.weather-display { #radar-html.weather-display {
background-image: url('../images/backgrounds/4.png'); background-image: url('../images/backgrounds/4.png');
.wide & {
background: url(../images/backgrounds/4-wide.png);
}
.header { .header {
height: 83px; height: 83px;
@@ -123,7 +127,3 @@
} }
} }
} }
.wide.radar #container {
background: url(../images/backgrounds/4-wide.png);
}

View File

@@ -1,10 +1,6 @@
@use 'shared/_colors'as c; @use 'shared/_colors'as c;
@use 'shared/_utils'as u; @use 'shared/_utils'as u;
#regional-forecast-html.weather-display {
background-image: url('../images/backgrounds/5.png');
}
.weather-display .main.regional-forecast { .weather-display .main.regional-forecast {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long