clock-weather-card
clock-weather-card copied to clipboard
Space saving version for small displays (no margins/spacing)
I try to get the as most information on my 10" wall-tablets as possible. I saw a little bit of unused space marked with the red lines:
Maybe you could define it as a "margin" variable, that has a default value as it was until now, but with possibility to minimize it.
It looks like this now:
I would prefer to go this way (red is the space that will be saved):
This would be the best for me, but involve much more work...
- move the upper line (cloudy, 18°C) under the actual weather icon
- remove top and bottom margins wherever possible
Appreciate you are asking for native functionality but, just in case you aren't aware, you could tweak padding with card-mod. https://github.com/thomasloven/lovelace-card-mod
card_mod:
style: |
.card-content {
padding-bottom: 3px !important;
padding-top: 3px !important;
}
has a solution been found for this pls?