Adjust recipe hover
This commit is contained in:
parent
ff6e4f6684
commit
2b7e474d0d
@ -108,7 +108,7 @@ export default function PhotoRecipeOverlay({
|
||||
)}>
|
||||
<div className={clsx(
|
||||
'grow translate-y-[-0.5px]',
|
||||
'hover:opacity-50 active:opacity-75',
|
||||
title && 'hover:opacity-50 active:opacity-75',
|
||||
)}>
|
||||
{title
|
||||
? <PhotoRecipe
|
||||
|
||||
Loading…
Reference in New Issue
Block a user