diff --git a/.codescene-thresholds b/.codescene-thresholds index 0b8534c6..2d8dab4f 100644 --- a/.codescene-thresholds +++ b/.codescene-thresholds @@ -1,2 +1,2 @@ -HOTSPOT_THRESHOLD=9.84 -AVERAGE_THRESHOLD=9.39 +HOTSPOT_THRESHOLD=9.83 +AVERAGE_THRESHOLD=9.38 diff --git a/src/components/AiPanel.tsx b/src/components/AiPanel.tsx index 470f9758..d7629493 100644 --- a/src/components/AiPanel.tsx +++ b/src/components/AiPanel.tsx @@ -28,7 +28,7 @@ function PanelHeader({ onClose, onClear }: { onClose: () => void; onClear: () => return (
diff --git a/src/components/BreadcrumbBar.tsx b/src/components/BreadcrumbBar.tsx index 2201051a..db5254b1 100644 --- a/src/components/BreadcrumbBar.tsx +++ b/src/components/BreadcrumbBar.tsx @@ -171,7 +171,7 @@ export const BreadcrumbBar = memo(function BreadcrumbBar({ data-tauri-drag-region className="flex shrink-0 items-center justify-between" style={{ - height: 45, + height: 52, background: 'var(--background)', borderBottom: '1px solid var(--border)', padding: '6px 16px', diff --git a/src/components/Inspector.tsx b/src/components/Inspector.tsx index e4eafb44..18295be7 100644 --- a/src/components/Inspector.tsx +++ b/src/components/Inspector.tsx @@ -90,7 +90,7 @@ function useReferencedBy(entry: VaultEntry | null, entries: VaultEntry[]): Refer function InspectorHeader({ collapsed, onToggle }: { collapsed: boolean; onToggle: () => void }) { const { onMouseDown } = useDragRegion() return ( -
+
{collapsed ? (