mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Added a padding between days in dateheader mode
This commit is contained in:
parent
73be6c35a6
commit
ecd79dc34b
@ -180,6 +180,7 @@ Module.register("calendar", {
|
||||
|
||||
dateCell.colSpan = "3";
|
||||
dateCell.innerHTML = dateAsString;
|
||||
dateCell.style.paddingTop = "10px";
|
||||
dateRow.appendChild(dateCell);
|
||||
wrapper.appendChild(dateRow);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user