Read the statement by Michael Teeuw here.
Spacing on forecast for weather module?
-
I changed the tableClass for the weather module - I’m using both the “MMM-OpenweatherMap” and the “weather” modules - and my line spacing (the “leading?”; the space between the lines) is huge, regardless of what tableClass I use. I notice in the example photo that the spacing is huge there, too.
I messed with the line-height in main.css on the .xsmall style, but that doesn’t seem to impact what’s going on here.
I’m all for people learning and solving their own problems, but I’m perplexed on this, and maybe - since the example photo shows the same thing - this just isn’t addressable yet? Can somebody buy me a vowel, here?
Thanks!
-
@junkmale tableClass is the link to the custom.css values for styling
.weather .(tableClass name u picked) { font-size: color: ... etc }
if u don’t have any info in custom.css for that classname(you picked), you get nothing different than the module provided (if any)
oh… don’t ever edit our files… it will break upgrades… (or any module provided file)
ALL CSS goes in custom.css
ALL config goes in config.js