You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I read the FAQ and the issue I'm having was not mentioned there.
Release with the issue:
2.6.0 Last working release (if known):
Browser and Operating System:
Home Assistant Companion on Android
Description of problem:
Time with 4 digits and an/pm indicator breaks out of container and throws the rest of dashboard. Javascript errors shown in the web inspector (if applicable):
Additional information:
The text was updated successfully, but these errors were encountered:
Use media queries to make the time size smaller when the display is narrow such as a small phone:
@mediaonly screen and (max-width:450px) {
clock-weather-card-today-right-wrap-center {
font-size:2.5rem;
}
}
@mediaonly screen and (min-width:451px) {
clock-weather-card-today-right-wrap-center {
font-size:3.5rem;
}
}
There are probably better ways to tackle the issue than this.
I may find time to do a PR on this in the next couple of weeks, but thought I'd throw this out there just now in case someone is working on the CSS already.
Checklist:
Release with the issue:
2.6.0
Last working release (if known):
Browser and Operating System:
Home Assistant Companion on Android
Description of problem:
Time with 4 digits and an/pm indicator breaks out of container and throws the rest of dashboard.
Javascript errors shown in the web inspector (if applicable):
Additional information:
The text was updated successfully, but these errors were encountered: