File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
packages/devtools/src/app Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ defineProps<{
24
24
</div >
25
25
</div >
26
26
27
- <div op50 >
27
+ <!-- TODO -->
28
+ <!-- <div op50>
28
29
Imports
29
30
</div>
30
31
<div flex="~ col gap-1" ws-nowrap>
31
- <!-- TODO: -->
32
32
{{ chunk.imports }}
33
- </div >
33
+ </div> -->
34
34
35
35
<div op50 >
36
36
Modules
Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ function getLinkColor(_link: Link) {
70
70
71
71
function calculateGraph() {
72
72
// Unset the canvas size, and recalculate again after nodes are rendered
73
- width .value = window .innerWidth
74
- height .value = window .innerHeight
73
+ width .value = window .innerWidth * 0.8
74
+ height .value = window .innerHeight * 0.8
75
75
const seen = new Set <ModuleListItem >()
76
76
77
77
// build imports graph
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ defineProps<{
14
14
15
15
<div flex =" ~ col gap-1" >
16
16
<template v-for =" plugin in session .meta .plugins " :key =" plugin .id " >
17
- <div font-mono >
17
+ <div font-mono border = " ~ rounded base " px2 py1 text-sm hover = " bg-active " >
18
18
<DisplayPluginName :name =" plugin.name" />
19
19
</div >
20
20
</template >
You can’t perform that action at this time.
0 commit comments