One Calendar is a privacy-first calendar web app built with Next.js. It has modern security features, including e2ee, password-protected sharing, and self-destructing share links ๐Ÿ“… calendar.xyehr.cn
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(views): update event width in weekview

authored by

Evan Huang and committed by
GitHub
077fed3d e0042134

+1 -1
+1 -1
components/app/views/week-view.tsx
··· 627 627 }} 628 628 > 629 629 <div 630 - className={cn("absolute left-0 top-0 w-2 h-full rounded-l-md")} 630 + className={cn("absolute left-0 top-0 w-1 h-full rounded-l-md")} 631 631 style={{ backgroundColor: getDarkerColorClass(event.color) }} 632 632 /> 633 633 <div