Skip to content

Commit 760f149

Browse files
authoredJun 25, 2024··
fix: OpenGraph layout (#685)
1 parent d88b003 commit 760f149

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎packages/devtools/client/components/social/SocialPreviewGroup.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const card = computed(() => getSocialPreviewCard(props.tags, {
2424
</script>
2525

2626
<template>
27-
<div flex="~ col">
27+
<div flex="~ col" w-full>
2828
<div flex="~ wrap" w-full flex-none>
2929
<template v-for="name, idx of types" :key="idx">
3030
<button

‎packages/devtools/client/pages/modules/open-graph.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ until(router).toBeTruthy().then((v) => {
9393
</script>
9494

9595
<template>
96-
<div flex="~ col lg:row" h-full w-full of-hidden>
96+
<div grid="~ lg:cols-2" h-full w-full of-hidden>
9797
<div flex-auto of-auto>
9898
<NNavbar>
9999
<template #search>

0 commit comments

Comments
 (0)
Please sign in to comment.