- Remove useless css class in clock
- Fix typo in calendar
- Changelog also got a little screwed after last merge
- updated dependencies
This commit is contained in:
Veeck
2024-01-27 21:11:57 +01:00
committed by GitHub
parent 7f0b8e4054
commit fb5fab8145
5 changed files with 160 additions and 103 deletions

View File

@@ -99,7 +99,6 @@ Module.register("clock", {
analogWrapper.className = "clock-circle";
const digitalWrapper = document.createElement("div");
digitalWrapper.className = "digital";
digitalWrapper.style.gridArea = "center";
/************************************
* Create wrappers for DIGITAL clock