Make calendar window smaller to avoid tag limits

This commit is contained in:
Jon Staab
2025-04-03 15:56:37 -07:00
parent 1b318a7a52
commit 33902dbefe
2 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -65,7 +65,7 @@
tags: [
["d", initialValues?.d || randomId()],
["title", title],
["location", location],
["location", location || ""],
["start", start.toString()],
["end", end.toString()],
...daysBetween(start, end).map(D => ["D", D.toString()]),