feat(fusion_plating_portal): hide customer sidebar from internal staff + redirect them to the clock portal

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
gsinghpal
2026-05-30 21:33:12 -04:00
parent 47a6523e24
commit 60c25f8241
6 changed files with 99 additions and 12 deletions

View File

@@ -21,6 +21,14 @@
}
}
// Internal staff (employee portal) — no customer sidebar. Collapse the grid
// to a single column so page content isn't pushed right by the now-empty
// 240px sidebar track.
.o_fp_portal_shell--no-sidebar {
grid-template-columns: 1fr;
gap: 0;
}
.o_fp_portal_sidebar {
position: sticky;
top: $fp-space-4;