improve gallery

This commit is contained in:
2025-11-02 10:54:38 +08:00
parent 2499962815
commit a7f1bcb365

View File

@@ -254,7 +254,7 @@ export default function ResourcePage() {
<CollectionDialog rid={resource.id} />
</div>
</div>
<div className="w-96 md:w-md lg:w-lg p-4 hidden sm:flex items-center justify-center">
<div className="w-96 md:w-md lg:w-lg xl:w-xl p-4 hidden sm:flex items-center justify-center">
<Gallery images={resource.gallery} />
</div>
</div>