pl-fe: styles migration fixes

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-10-04 20:44:31 +02:00
parent 6128456657
commit 0946eceebc
9 changed files with 46 additions and 32 deletions

View File

@ -131,7 +131,7 @@ const Preview: React.FC<PreviewProps> = ({ media, position: [x, y], onPositionCh
return (
<div className='relative overflow-hidden rounded-md'>
<Blurhash hash={media.blurhash} className='media-gallery__preview' />
<Blurhash hash={media.blurhash} className='⁂-media-gallery__preview' />
<div
className={clsx(
'relative h-64 max-h-96 w-full overflow-hidden bg-contain bg-center bg-no-repeat',