mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 04:02:12 +00:00
fix indentation
This commit is contained in:
parent
6cb3cf8747
commit
e69908abef
@ -209,7 +209,7 @@ Module.register("clock",{
|
|||||||
wrapper.appendChild(digitalWrapper);
|
wrapper.appendChild(digitalWrapper);
|
||||||
wrapper.appendChild(analogWrapper);
|
wrapper.appendChild(analogWrapper);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
if (placement === "left" || placement === "right") {
|
if (placement === "left" || placement === "right") {
|
||||||
digitalWrapper.style.display = "inline-block";
|
digitalWrapper.style.display = "inline-block";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user