fix: recent pictures styles
This commit is contained in:
@@ -6,7 +6,7 @@ export const ImageComponent: Component<{ ID: string }> = (props) => {
|
||||
return (
|
||||
<A href={`/image/${props.ID}`} class="w-full h-full">
|
||||
<img
|
||||
class="w-full h-full object-contain"
|
||||
class="w-full object-contain rounded-xl"
|
||||
src={`${base}/image/${props.ID}`}
|
||||
/>
|
||||
</A>
|
||||
|
||||
Reference in New Issue
Block a user