fix hazard display when wide/enhanced

This commit is contained in:
Matt Walsh
2026-04-18 15:02:22 -05:00
parent e37c58a0ab
commit cc8bedec88
4 changed files with 14 additions and 8 deletions

View File

@@ -4,6 +4,7 @@
#hazards-html.weather-display {
background-image: url('../images/backgrounds/7.png');
}
.weather-display .main.hazards {
@@ -12,6 +13,11 @@
height: p.$standard-height;
background-color: rgb(112, 35, 35);
width: p.$standard-width;
.wide.enhanced & {
left: 0px;
}
.hazard-lines {
min-height: 400px;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long