We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb917f commit b8e0e43Copy full SHA for b8e0e43
2 files changed
packages/ui/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@harnessio/ui",
3
"description": "Harness Canary UI component library",
4
- "version": "0.0.295",
+ "version": "0.0.296",
5
"private": false,
6
"type": "module",
7
"main": "./dist/index.js",
packages/ui/src/components/sidebar/animated-sidebar-rail.tsx
@@ -12,7 +12,7 @@ import { Tooltip } from '../tooltip'
12
// Constants for sidebar positioning
13
const BUMP_PX = 3 // Pixels to bump the sidebar on hover
14
const EXPANDED_LEFT = 230 // Left position when sidebar is expanded
15
-const COLLAPSED_LEFT = 64 // Left position when sidebar is collapsed
+const COLLAPSED_LEFT = 61 // Left position when sidebar is collapsed
16
17
interface AnimatedSideBarRailProps extends Pick<HTMLAttributes<HTMLElement>, 'className'> {}
18
0 commit comments