Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Background forecast bar not display correctly with large low temperature difference #208

Closed
3 tasks done
78andyp opened this issue Sep 23, 2023 · 5 comments · Fixed by #239
Closed
3 tasks done

Background forecast bar not display correctly with large low temperature difference #208

78andyp opened this issue Sep 23, 2023 · 5 comments · Fixed by #239
Labels
bug Something isn't working

Comments

@78andyp
Copy link

78andyp commented Sep 23, 2023

Checklist:

  • I updated to the latest version available
  • I cleared the cache of my browser
  • I read the FAQ and the issue I'm having was not mentioned there.

Release with the issue:

1.0.17

Last working release (if known):

Browser and Operating System:

Windows 11, MS Edge Chromium

Background bars do not display correctly with large lowest temperature difference.

weather

Javascript errors shown in the web inspector (if applicable):


Additional information:

@78andyp 78andyp added the bug Something isn't working label Sep 23, 2023
@78andyp
Copy link
Author

78andyp commented Oct 9, 2023

Fix seems to be:

forecast-temperature-bar-background {
width: 100%;
left: 0%;
right: 100%;
opacity: 0.25;
background: var(--light-primary-color);
border-radius: calc(var(--bar-height) / 2);
}

@pkissling
Copy link
Owner

Fix seems to be:

forecast-temperature-bar-background { width: 100%; left: 0%; right: 100%; opacity: 0.25; background: var(--light-primary-color); border-radius: calc(var(--bar-height) / 2); }

thanks for providing the fix!

@pkissling
Copy link
Owner

pkissling commented Oct 10, 2023

i just released a 2.0.1 beta. would you please check whether the release fixes your issue?

@78andyp
Copy link
Author

78andyp commented Oct 10, 2023

Working fine, thanks :)

@pkissling
Copy link
Owner

Working fine, thanks :)

thanks for the feedback. released 2.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants