= {
- top: 'bottom-full left-1/2 -translate-x-1/2 mb-1',
- bottom: 'top-full left-0 mt-1',
- left: 'right-full top-1/2 -translate-y-1/2 mr-2',
- right: 'left-full top-1/2 -translate-y-1/2 ml-2',
+ top: 'bottom-full inset-is-1/2 -translate-x-1/2 mb-1',
+ bottom: 'top-full inset-is-0 me-1',
+ left: 'right-full top-1/2 -translate-y-1/2 me-2',
+ right: 'left-full top-1/2 -translate-y-1/2 ms-2',
}
const tooltipPosition = computed(() => positionClasses[props.position || 'bottom'])
diff --git a/app/components/CodeDirectoryListing.vue b/app/components/CodeDirectoryListing.vue
index 431c6cbe61..b14300bc97 100644
--- a/app/components/CodeDirectoryListing.vue
+++ b/app/components/CodeDirectoryListing.vue
@@ -97,7 +97,7 @@ function formatBytes(bytes: number): string {
{{ node.name }}
-
+ |
{{ formatBytes(node.size) }}
diff --git a/app/components/CodeFileTree.vue b/app/components/CodeFileTree.vue
index 89a2866b21..e9a4d47d61 100644
--- a/app/components/CodeFileTree.vue
+++ b/app/components/CodeFileTree.vue
@@ -39,14 +39,14 @@ watch(
|