Merge pull request #839 from opoet/fix-audio-covers-style

This commit is contained in:
Spencer (Shangbo Wu)
2023-01-26 19:11:40 +08:00
committed by GitHub
+1 -1
View File
@@ -66,7 +66,7 @@ const AudioPreview: FC<{ file: OdFileObject }> = ({ file }) => {
</div>
{!brokenThumbnail ? (
<div className="absolute m-4 rounded-full shadow-lg">
<div className="absolute m-4 rounded-full shadow-lg aspect-square">
{/* eslint-disable-next-line @next/next/no-img-element */}
<img
className={`h-full w-full rounded-full object-cover object-top ${