Skip to content

Commit

Permalink
fix: OpenGraph layout (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
arashsheyda committed Jun 25, 2024
1 parent d88b003 commit 760f149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const card = computed(() => getSocialPreviewCard(props.tags, {
</script>

<template>
<div flex="~ col">
<div flex="~ col" w-full>
<div flex="~ wrap" w-full flex-none>
<template v-for="name, idx of types" :key="idx">
<button
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/client/pages/modules/open-graph.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ until(router).toBeTruthy().then((v) => {
</script>

<template>
<div flex="~ col lg:row" h-full w-full of-hidden>
<div grid="~ lg:cols-2" h-full w-full of-hidden>
<div flex-auto of-auto>
<NNavbar>
<template #search>
Expand Down

0 comments on commit 760f149

Please sign in to comment.