Styling details, removed absolute positioning of each weekrow and month label in favor of a wrapper that uses block layout inside it. Gaps/borders removed on the calendar.

This commit is contained in:
2025-09-24 06:15:00 +00:00
parent d7fc641c1c
commit 094bfc5a9c
5 changed files with 65 additions and 65 deletions
+2 -2
View File
@@ -199,8 +199,8 @@ function formatDateCompact(date) {
return date.toLocaleDateString(undefined, {
weekday: 'short',
day: 'numeric',
month: 'short'
}).replace(", ", " ")
month: 'short'
})
}
export {