Size and padding tweaks
This commit is contained in:
fraxle
2026-06-12 00:23:40 +01:00
parent 4e073e6401
commit 6556f26b90
5 changed files with 33 additions and 19 deletions
+4 -4
View File
@@ -359,10 +359,10 @@ export function DayTabs({
<span class="utci-day-date" style=${{ color: '#5a3f24' }}>
${dDate.toLocaleDateString('en-GB', { day: 'numeric', month: 'short', timeZone: 'UTC' })}
</span>
<span style=${{ display: 'block', margin: '3px auto 0', lineHeight: 1 }}>
<span style=${{ display: 'block', margin: '6px auto 0px', lineHeight: 1 }}>
${showPrecip
? html`<${PrecipIcon} precip=${dayPrecip} snow=${daySnow} size=${22} />`
: html`<${CloudIcon} category=${modalCloudCat} elev=${repElev} dt=${repDt} size=${22} />`}
? html`<${PrecipIcon} precip=${dayPrecip} snow=${daySnow} size=${30} />`
: html`<${CloudIcon} category=${modalCloudCat} elev=${repElev} dt=${repDt} size=${30} />`}
</span>
${dayHi !== null && html`
<span style=${{
@@ -370,7 +370,7 @@ export function DayTabs({
fontFamily: 'Manrope, sans-serif',
fontStyle: 'normal',
fontSize: '13px',
marginTop: '2px',
marginTop: '0px',
letterSpacing: 0,
textTransform: 'none',
textShadow: '0 0 14px rgba(255,255,255,0.85), 0 0 11px rgba(255,255,255,0.7), 0 0 8px rgba(255,255,255,0.6), 0 0 5px rgba(255,255,255,0.5)',