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,