mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Merge pull request #1836 from akraus53/patch-2
Added a padding between days in dateheader mode
This commit is contained in:
commit
c6184769e7
@ -21,6 +21,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
### Added
|
||||
- Timestamps in log output
|
||||
- Padding in dateheader mode of the calendar module
|
||||
|
||||
### Updated
|
||||
|
||||
|
@ -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