Redesign task view (#407)

This commit is contained in:
Kerem Yilmaz
2024-06-03 10:56:26 -07:00
committed by GitHub
parent 05dbea8384
commit 1333e89c12
14 changed files with 647 additions and 180 deletions

View File

@@ -33,7 +33,7 @@ function ZoomableImage(props: HTMLImageElementProps) {
<img
{...props}
onClick={openModal}
className={clsx("cursor-pointer", props.className)}
className={clsx("cursor-pointer object-contain", props.className)}
/>
{modalOpen && (
<div