From a52557f35bf43bddc71d9f19740dc395996b9684 Mon Sep 17 00:00:00 2001 From: mawkone Date: Fri, 12 Jun 2026 11:48:33 -0700 Subject: [PATCH] design(preview): consolidate desktop/mobile toggles inside the URL bar for a cleaner layout --- .../components/project/project-icon-rail.tsx | 110 +++++++++--------- 1 file changed, 53 insertions(+), 57 deletions(-) diff --git a/vibn-frontend/components/project/project-icon-rail.tsx b/vibn-frontend/components/project/project-icon-rail.tsx index abfb0c1..6bd4db5 100644 --- a/vibn-frontend/components/project/project-icon-rail.tsx +++ b/vibn-frontend/components/project/project-icon-rail.tsx @@ -172,79 +172,75 @@ function PreviewDeviceToggles() { paddingLeft: 4, }} /> + + {/* Device Toggles Inside the Address Bar */} +
+ + +
+ +
+ {displayUrl && ( )}
- -
- - -
); } const bar: React.CSSProperties = { - display: "flex", - flexDirection: "row", alignItems: "center", flex: 1, minWidth: 0,