fix: update 3d models

This commit is contained in:
2026-02-02 11:06:33 +03:00
parent d557664b25
commit 144e7cb00c
3 changed files with 55 additions and 28 deletions

View File

@@ -123,7 +123,7 @@ export const MediaArea = observer(
<div className="w-full flex flex-start flex-wrap gap-2 mt-4 py-10">
{mediaIds.map((m) => (
<button
className="relative w-20 h-20"
className="relative w-[100px] h-[80px]"
key={m.id}
onClick={() => handleMediaModal(m.id)}
type="button"
@@ -134,7 +134,7 @@ export const MediaArea = observer(
media_type: m.media_type,
filename: m.filename,
}}
height="40px"
compact
/>
<button
className="absolute top-2 right-2 bg-white rounded-full p-1 shadow-md hover:shadow-lg transition-shadow"