style: play style && video card style

This commit is contained in:
shinya
2025-06-19 10:22:47 +08:00
parent 143a039f46
commit da46031ae6
2 changed files with 21 additions and 18 deletions

View File

@@ -140,7 +140,9 @@ export default function VideoCard({
</span>
{source && (
<span className='text-gray-500 text-xs w-full text-center mt-1'>
{source_name}
<span className='inline-block border border-gray-500/60 rounded px-2 py-[1px]'>
{source_name}
</span>
</span>
)}
</div>