Skip to content

Commit

Permalink
fix: remove screenshot padding class for png download for #344 (#376)
Browse files Browse the repository at this point in the history
Fixes #334
  • Loading branch information
Preston-Cook authored Oct 22, 2024
1 parent 9995b93 commit 768ac77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/components/calendar/CalendarCourseCell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default function CalendarCourseCell({
return (
<div
className={clsx(
'h-full w-0 flex justify-center rounded p-x-2 p-y-1.2 cursor-pointer screenshot:p-1.5 hover:shadow-md transition-shadow-100 ease-out',
'h-full w-0 flex justify-center rounded p-x-2 p-y-1.2 cursor-pointer hover:shadow-md transition-shadow-100 ease-out',
{
'min-w-full': timeAndLocation,
'w-full': !timeAndLocation,
Expand Down

0 comments on commit 768ac77

Please sign in to comment.