-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Lovelace - Weather Card: Adjust margins and move text #1880
Conversation
* Thermostat fix * Fix for unknown operation mode * No title for you * I suck at removing unnecessary things * Fixing pointless Ternary operator
* Fix hass setting on stack * Don't set hass on pic elements if undefined * Don't set hass on entity rows if undefined * prefix config prop * Pic elements set hass yoooo * Remove interface * Make stack config private * Fix import * Lint
I don't like it. "Rainy" seems way too much glued to the forecast now. It's actually pretty misplaced there to begin with, it feels kinda randomply placed. I wonder if we should make the header something like |
ah changing the base screws everything up... Will try to fix |
Nah, doesn't screw it up, just shows that not all commits from master are in dev (because cherry-picked, they get slightly different commit sha's). Merging master -> dev and now it's all good. |
Desctiption
Adjusts margins as to seperate out sections better.
Before
After