From bf773c03833785ac99adb5b3aca5bc6b17c484eb Mon Sep 17 00:00:00 2001 From: 000Andre000 Date: Fri, 7 Aug 2026 21:24:22 +0530 Subject: [PATCH] back button shift to right --- app.js | 4 ++-- styles.css | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index 05af8c4..d490b2d 100644 --- a/app.js +++ b/app.js @@ -215,8 +215,8 @@ function renderDashboard(pid) { ).join(""); app.innerHTML = `
- BrowserStack Demo Hub${esc(p.name)} +

@@ -269,10 +269,10 @@ function renderVideo(pid, vid) { .join(""); app.innerHTML = `
- BrowserStack Demo Hub ${esc(p.name)} ${esc(v.title)} +
diff --git a/styles.css b/styles.css index 6c81fa0..a1ab2a3 100644 --- a/styles.css +++ b/styles.css @@ -254,6 +254,7 @@ header.hero p { color: var(--muted); margin-top: 16px; font-size: 1.15rem; max-w /* Breadcrumb */ .crumbs { display: flex; gap: 8px; align-items: center; margin-bottom: 28px; font-size: 0.92rem; } +.crumbs .back-btn { margin-left: auto; } .crumbs a { color: var(--muted); cursor: pointer; text-decoration: none; transition: color 0.2s; } .crumbs a:hover { color: var(--orange); } .crumbs span { color: #b9bccb; }