diff --git a/vibn-frontend/components/project/project-icon-rail.tsx b/vibn-frontend/components/project/project-icon-rail.tsx index 403ab5d..f518137 100644 --- a/vibn-frontend/components/project/project-icon-rail.tsx +++ b/vibn-frontend/components/project/project-icon-rail.tsx @@ -26,22 +26,10 @@ export function ProjectIconRail({ workspace, projectId, actions }: Props) { style={{ display: "flex", alignItems: "center", - gap: 8, + gap: 12, flex: 1, minWidth: 0, }} - > - {isPreviewActive && } - - - {/* Right Content Area (Segmented Control & Publish Button) */} -
+ {isPreviewActive && } +
+ + {/* Right Content Area (Publish Button) */} +
{actions}