mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 04:45:17 +00:00
add sun/moon rise/set times
Icons become bold when the object is above the horizon. Also shows percent of moon illumination.
This commit is contained in:
@@ -66,3 +66,10 @@
|
||||
-ms-transform-origin: 50% 100%;
|
||||
transform-origin: 50% 100%;
|
||||
}
|
||||
|
||||
.module.clock .sun, .module.clock .moon {
|
||||
display: flex;
|
||||
}
|
||||
.module.clock .sun > *, .module.clock .moon > * {
|
||||
flex: 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user