Skip to content

Commit c8af5bb

Browse files
committed
fix: makes the default slot full width on top-title
1 parent 9b64fbc commit c8af5bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/top-title.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const colorscheme = computed(() => {
4949
<div class="slidev-layout toptitle content h-fit w-full">
5050
<slot name="content" />
5151
</div>
52-
<div v-if="$slots.default" class="slidev-layout default h-fit w-full">
52+
<div v-if="$slots.default" class="slidev-layout default h-full w-full">
5353
<slot name="default" />
5454
</div>
5555
</div>

0 commit comments

Comments
 (0)