fix: remove screenshot padding class for png download for #344 (#376)

Fixes #334
This commit is contained in:
Preston Cook
2024-10-22 00:11:28 -05:00
committed by GitHub
parent 9995b93d2a
commit 768ac776ed

View File

@@ -76,7 +76,7 @@ export default function CalendarCourseCell({
return ( return (
<div <div
className={clsx( 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, 'min-w-full': timeAndLocation,
'w-full': !timeAndLocation, 'w-full': !timeAndLocation,