chores
fix
This commit is contained in:
@@ -4,9 +4,9 @@ import { A } from "@solidjs/router";
|
||||
|
||||
export const ImageComponent: Component<{ ID: string }> = (props) => {
|
||||
return (
|
||||
<A href={`/image/${props.ID}`} class="w-full flex justify-center">
|
||||
<A href={`/image/${props.ID}`} class="w-full flex justify-center h-[300px]">
|
||||
<img
|
||||
class="w-full object-contain rounded-xl max-w-[700px] max-h-[400px]"
|
||||
class="flex w-full object-contain rounded-xl"
|
||||
src={`${base}/image/${props.ID}`}
|
||||
/>
|
||||
</A>
|
||||
|
||||
Reference in New Issue
Block a user