mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-25 15:49:59 +00:00
Merge branch 'develop' into calendar-timeformat-pr
This commit is contained in:
@@ -180,7 +180,6 @@ Module.register("clock",{
|
||||
wrapper.appendChild(weekWrapper);
|
||||
} else if (this.config.displayType === "analog") {
|
||||
// Display only an analog clock
|
||||
dateWrapper.style.textAlign = "center";
|
||||
|
||||
if (this.config.showWeek) {
|
||||
weekWrapper.style.paddingBottom = "15px";
|
||||
|
@@ -1,5 +1,5 @@
|
||||
.clockCircle {
|
||||
margin: 0 auto;
|
||||
margin: 0;
|
||||
position: relative;
|
||||
border-radius: 50%;
|
||||
background-size: 100%;
|
||||
|
Reference in New Issue
Block a user