Basic implementation for anime page
This commit is contained in:
@ -9,7 +9,7 @@ const props = defineProps<Props>();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div :class="cn('rounded-lg h-full overflow-hidden w-full max-w-64', props.class)">
|
||||
<div :class="cn('rounded-lg h-full min-h-72 overflow-hidden w-full max-w-64', props.class)">
|
||||
<div class="flex flex-col gap-2 h-full pb-6">
|
||||
<Skeleton class="h-full w-full" />
|
||||
<Skeleton class="h-6 w-3/4" />
|
||||
|
||||
Reference in New Issue
Block a user