fix(calendar): improve responsive styles (#2538)

* fix(calendar): improve responsive styles

* fix: remove temporary events

* fix: deepsource issue
This commit is contained in:
Meier Lukas
2025-03-08 20:55:03 +01:00
committed by GitHub
parent fb800a0008
commit 1db9c3c692
3 changed files with 13 additions and 9 deletions

View File

@@ -105,8 +105,8 @@ const CalendarBase = ({ isEditMode, events, month, setMonth, options }: Calendar
},
day: {
borderRadius: actualItemRadius,
width: width < 350 ? 20 : 50,
height: height < 350 ? 20 : 50,
width: "100%",
height: "100%",
},
month: {
height: "100%",