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:
+2
-2
@@ -199,8 +199,8 @@ function formatDateCompact(date) {
|
||||
return date.toLocaleDateString(undefined, {
|
||||
weekday: 'short',
|
||||
day: 'numeric',
|
||||
month: 'short'
|
||||
}).replace(", ", " ")
|
||||
month: 'short'
|
||||
})
|
||||
}
|
||||
|
||||
export {
|
||||
|
||||
Reference in New Issue
Block a user