kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Merge branch 'wasmboy' into 'main'
MediaGallery: fix cursor over Gameboy component See merge request soapbox-pub/soapbox!2869environments/review-main-yi2y9f/deployments/4281
commit
509c04dec1
|
|
@ -156,7 +156,7 @@ const Item: React.FC<IItem> = ({
|
||||||
style={{ position, float, left, top, right, bottom, height, width: `${width}%` }}
|
style={{ position, float, left, top, right, bottom, height, width: `${width}%` }}
|
||||||
>
|
>
|
||||||
<Suspense fallback={<div className='media-gallery__item-thumbnail' />}>
|
<Suspense fallback={<div className='media-gallery__item-thumbnail' />}>
|
||||||
<Gameboy className='media-gallery__item-thumbnail' src={attachment.url} />
|
<Gameboy className='media-gallery__item-thumbnail cursor-default' src={attachment.url} />
|
||||||
</Suspense>
|
</Suspense>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue