Minor improvements to MovieDetails Component

This commit is contained in:
2025-11-04 10:14:36 +03:30
parent b7365d0228
commit 306111a6c5

View File

@@ -54,7 +54,7 @@ const alreadyAdded = computed(() =>
<MediaTypeBadge v-for="g in props.movie!.Genres" :key="g.id" :text="g.name" />
</div>
<div class="card bg-base-100 w-full lg:w-96 shadow-sm mb-6 mt-6 h-">
<div class="card bg-base-200 w-full lg:w-96 shadow-sm mb-6 mt-6">
<div class="card-body">
<p class="font-semibold text-gray-900">
Runtime: <span class="text-gray-600">{{ props.movie!.Runtime }} minutes</span>