Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
change css (#10317)
Browse files Browse the repository at this point in the history
Co-authored-by: aditya-mitra <[email protected]>
  • Loading branch information
DanielBelmes and aditya-mitra authored Jun 5, 2024
1 parent 06dd45d commit 0fcb931
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default function ScenesPanel() {
e.currentTarget.src = 'static/ir.svg'
}}
crossOrigin="anonymous"
className="block h-0 w-full flex-grow cursor-pointer rounded-t-lg object-cover"
className="block h-full grow cursor-pointer self-center rounded-t-lg object-cover"
onClick={() => onClickScene(scene)}
/>
<div className="flex items-center justify-between px-4 py-1">
Expand Down

0 comments on commit 0fcb931

Please sign in to comment.