Skip to content

Commit b8e0e43

Browse files
radhakrishna68Harness
authored andcommitted
Fixed sidebar rail width (#10850)
* 2a7e5a Fixed sidebar rail width
1 parent 3eb917f commit b8e0e43

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@harnessio/ui",
33
"description": "Harness Canary UI component library",
4-
"version": "0.0.295",
4+
"version": "0.0.296",
55
"private": false,
66
"type": "module",
77
"main": "./dist/index.js",

packages/ui/src/components/sidebar/animated-sidebar-rail.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { Tooltip } from '../tooltip'
1212
// Constants for sidebar positioning
1313
const BUMP_PX = 3 // Pixels to bump the sidebar on hover
1414
const EXPANDED_LEFT = 230 // Left position when sidebar is expanded
15-
const COLLAPSED_LEFT = 64 // Left position when sidebar is collapsed
15+
const COLLAPSED_LEFT = 61 // Left position when sidebar is collapsed
1616

1717
interface AnimatedSideBarRailProps extends Pick<HTMLAttributes<HTMLElement>, 'className'> {}
1818

0 commit comments

Comments
 (0)