优化样式
This commit is contained in:
parent
71c6e77da1
commit
e29b8bff0f
|
@ -758,7 +758,10 @@ const StreamerInformationContent = () => {
|
|||
{defaultMedia.displayGallery.length !== 0 && (
|
||||
<div>
|
||||
{defaultMedia.displayGallery.map((item) => (
|
||||
<div key={item.urls[0]} className="relative">
|
||||
<div
|
||||
key={item.urls[0]}
|
||||
className="relative flex flex-row flex-wrap gap-2"
|
||||
>
|
||||
<Image src={item.urls[0]} width={100} />
|
||||
<Button
|
||||
className="absolute top-0 left-0 w-full"
|
||||
|
|
Loading…
Reference in New Issue