File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
packages/devtools/src/app/pages/session/[session]/graph Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -195,13 +195,15 @@ function toggleDisplay(type: ClientSettings['flowModuleGraphView']) {
195
195
<!-- {{ allNodeModules }} -->
196
196
</div >
197
197
<template v-if =" settings .flowModuleGraphView === ' list' " >
198
- <div of-auto max- h-screen pt-45 relative >
198
+ <div of-auto h-screen pt-45 >
199
199
<ModulesFlatList
200
200
:session =" session"
201
201
:modules =" searched"
202
202
/>
203
- <div text-center text-xs op50 m4 >
204
- {{ searched.length }} of {{ session.modulesList.length }}
203
+ <div
204
+ absolute bottom-4 py-1 px-2 bg-glass left =" 1/2" translate-x =" -1/2" border =" ~ base rounded-full" text =" center xs"
205
+ >
206
+ <span op50 >{{ searched.length }} of {{ session.modulesList.length }}</span >
205
207
</div >
206
208
</div >
207
209
</template >
You can’t perform that action at this time.
0 commit comments