mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +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.
|
- Actually test all js and css files when lint script is run.
|
||||||
- Update jsdocs and print warnings during testing too
|
- Update jsdocs and print warnings during testing too
|
||||||
- Update weathergov provider to try fetching not just current, but also foreacst, when API URLs available.
|
- Update weathergov provider to try fetching not just current, but also foreacst, when API URLs available.
|
||||||
|
- Refactored clock layout
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
@ -82,10 +82,6 @@
|
|||||||
transform-origin: 50% 100%;
|
transform-origin: 50% 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.digital {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.module.clock .sun,
|
.module.clock .sun,
|
||||||
.module.clock .moon {
|
.module.clock .moon {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user