local forecast enhanced-wide #188 #196 #193 #194

This commit is contained in:
Matt Walsh
2026-04-07 10:38:12 -05:00
parent 63d27d1a26
commit e70639d7a6
9 changed files with 29 additions and 16 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

BIN
server/images/gimp/1.xcf Normal file

Binary file not shown.

View File

@@ -37,7 +37,7 @@ const enhancedScreenChange = (value) => {
if (!container) {
// DOM not ready; defer enabling if set
if (value) {
deferredDomSettings.add('enhanced');
deferredDomSettings.add('enhancedScreens');
}
return;
}

View File

@@ -16,6 +16,13 @@
background-repeat: no-repeat;
}
.wide.enhanced & {
&:has(.can-enhance) {
background-image: url(../images/backgrounds/1-wide-enhanced.png);
background-position-x: 0px;
}
}
/* this method is required to hide blocks so they can be measured while off screen */
height: 0px;
@@ -135,6 +142,12 @@
margin-left: p.$blue-box-margin;
margin-right: p.$blue-box-margin;
width: calc(100% - 128px);
.wide.enhanced & {
&.can-enhance {
width: calc(p.$wide-width - p.$blue-box-margin - p.$blue-box-margin)
}
}
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long