feat: move Reboot button from sidebar to header, between role badge and Sign Out

This commit is contained in:
copilot-swe-agent[bot]
2026-07-15 18:58:10 +00:00
committed by GitHub
parent 599405ce18
commit 59b734995b
6 changed files with 34 additions and 32 deletions
@@ -84,21 +84,6 @@
margin: 16px 0;
}
/* ── Sidebar restart button (amber/muted treatment) ─────────────── */
.sidebar-restart-btn {
border-color: rgba(184, 125, 0, 0.25);
}
.sidebar-restart-btn:hover {
border-color: #b87d00;
background-color: rgba(184, 125, 0, 0.08);
}
.sidebar-restart-btn .sidebar-restart-hint {
color: #c98d08;
}
/* ── Upgrade modal ──────────────────────────────────────────────── */
.upgrade-dialog {