优化样式

This commit is contained in:
yezian 2024-01-09 23:54:21 +08:00
parent 71c6e77da1
commit e29b8bff0f
1 changed files with 4 additions and 1 deletions

View File

@ -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"