mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 13:38:45 +00:00
Merge pull request #839 from opoet/fix-audio-covers-style
This commit is contained in:
@@ -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 ${
|
||||
|
||||
Reference in New Issue
Block a user