perf: add rounded style for card icons

This commit is contained in:
Junyan Qin
2025-11-10 11:07:37 +08:00
parent f4c32f7b30
commit b59bf62da5
7 changed files with 6 additions and 6 deletions

View File

@@ -46,7 +46,7 @@ export default function PluginCardComponent({
<img
src={httpClient.getPluginIconURL(cardVO.author, cardVO.name)}
alt="plugin icon"
className="w-16 h-16"
className="w-16 h-16 rounded-[8%]"
/>
<div className="w-full h-full flex flex-col items-start justify-between gap-[0.6rem]">