A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Clock Module - Adjust light time to avoid line break
-
@rkorell you dont need the .module_content
-
-
@rkorell span lives inside a div. It does not inherit the div’s size. Good thing else everything would be squished in the div
Your css says
For ALL elements with clock as a class (and descendants)
ALL span elements with the class bright
Should have the color style set to yellow for the spans text content -
I use the following in my css to solve this:
.clock .sun { white-space: nowrap; } .clock .fas { padding-left: 10px; }
The second part isn’t strictly necessary, but I find it gives some needed space between the elements
-
@dathbe this is a cool idea!
Thanks.
Ralf