From 32aaf9b6abe57dbdf13cc59a573fe59e0c869b1a Mon Sep 17 00:00:00 2001 From: mawkone Date: Fri, 12 Jun 2026 11:16:51 -0700 Subject: [PATCH] design(preview): align Preview and Dashboard buttons next to Publish button on the right --- .../components/project/project-icon-rail.tsx | 84 ++++++++++--------- 1 file changed, 45 insertions(+), 39 deletions(-) diff --git a/vibn-frontend/components/project/project-icon-rail.tsx b/vibn-frontend/components/project/project-icon-rail.tsx index 2375eebd..b2c797d0 100644 --- a/vibn-frontend/components/project/project-icon-rail.tsx +++ b/vibn-frontend/components/project/project-icon-rail.tsx @@ -21,7 +21,7 @@ export function ProjectIconRail({ workspace, projectId, actions }: Props) { return ( @@ -98,7 +102,9 @@ function PreviewDeviceToggles() { const displayUrl = running?.url ?? ""; return ( -
+