File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
packages/devtools/src/app/components Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -132,9 +132,9 @@ function _onUpdate(size: number) {
132
132
</script >
133
133
134
134
<template >
135
- <div h-full w-full :class =" oneColumn ? 'flex' : 'grid grid-cols-2'" >
136
- <div v-show =" !oneColumn" ref =" fromEl" class =" h-inherit " />
137
- <div ref =" toEl" class =" h-inherit " />
135
+ <div h-full w-full max-h-100vh :class =" oneColumn ? 'flex' : 'grid grid-cols-2'" >
136
+ <div v-show =" !oneColumn" ref =" fromEl" class =" h-full max-h-100vh " />
137
+ <div ref =" toEl" class =" h-full max-h-100vh " />
138
138
</div >
139
139
</template >
140
140
Original file line number Diff line number Diff line change @@ -289,9 +289,9 @@ const codeDisplay = computed(() => {
289
289
v-if =" codeDisplay"
290
290
w-200 m4
291
291
border =" ~ base rounded-lg" bg-glass of-hidden
292
- grid =" ~ rows-[max-content_1fr]"
292
+ grid =" ~ rows-[max-content_1fr]" max-h-120vh
293
293
>
294
- <div pl4 p2 font-mono border =" b base" flex =" ~ items-center gap-2" >
294
+ <div pl4 p2 font-mono border =" b base" flex =" ~ items-center gap-2" h-max-100vh >
295
295
<PluginName :name =" codeDisplay.plugin_name" />
296
296
<span op50 text-xs >
297
297
{{ codeDisplay.type === 'load' ? 'Load' : 'Transform' }}
You can’t perform that action at this time.
0 commit comments