mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
Fix layout of digital clock
ALignment was always set to center. Instead it now takes the positions alignment (left/center/right)
This commit is contained in:
parent
ff0ab24000
commit
3e1b051ec3
@ -21,6 +21,7 @@ _This release is scheduled to be released on 2021-10-01._
|
||||
- Actually test all js and css files when lint script is run.
|
||||
- Update jsdocs and print warnings during testing too
|
||||
- Update weathergov provider to try fetching not just current, but also foreacst, when API URLs available.
|
||||
- Refactored clock layout
|
||||
|
||||
### Fixed
|
||||
|
||||
|
@ -82,10 +82,6 @@
|
||||
transform-origin: 50% 100%;
|
||||
}
|
||||
|
||||
.digital {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.module.clock .sun,
|
||||
.module.clock .moon {
|
||||
display: flex;
|
||||
|
Loading…
x
Reference in New Issue
Block a user