Merge branch 'wasmboy' into 'main'
MediaGallery: fix cursor over Gameboy component See merge request soapbox-pub/soapbox!2869
This commit is contained in:
commit
509c04dec1
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ const Item: React.FC<IItem> = ({
|
|||
style={{ position, float, left, top, right, bottom, height, width: `${width}%` }}
|
||||
>
|
||||
<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>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue