mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix image covers being centered
This commit is contained in:
@@ -97,7 +97,7 @@ export const ThemeCover: React.FC<ThemeCoverProps> = ({
|
|||||||
<img
|
<img
|
||||||
src={(typeof theme.coverImage) == 'string' ? theme.coverImage as string : URL.createObjectURL(theme.coverImage as Blob)}
|
src={(typeof theme.coverImage) == 'string' ? theme.coverImage as string : URL.createObjectURL(theme.coverImage as Blob)}
|
||||||
alt={theme.name}
|
alt={theme.name}
|
||||||
className="absolute inset-0 z-0 object-cover"
|
className="absolute inset-0 z-0 object-cover w-full h-full"
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user