kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
MediaGallery: fix cursor over Gameboy component
rodzic
5aa69c917f
commit
dd1e1aca82
|
@ -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