diff --git a/public/css/assistant.css b/public/css/assistant.css index a1559d5..0683c57 100644 --- a/public/css/assistant.css +++ b/public/css/assistant.css @@ -341,7 +341,12 @@ body.assistant-workspace .assistant-learning-view { min-height: 0; height: 100vh /* Rail goback is mobile-only; the topbar goback is desktop-only */ .assistant-goback-rail { display:none; } @media (max-width: 640px) { - .assistant-goback-rail { display:inline-flex; align-self:stretch; justify-content:flex-start; margin-bottom:6px; } + /* Go back lives in the drawer menu, clearly labeled at the top */ + .assistant-goback-rail { display:flex; align-items:center; gap:10px; align-self:stretch; width:100%; border:none; background:none; color:var(--g700); font-size:14px; padding:12px; border-radius:8px; text-align:left; margin-bottom:4px; } + .assistant-goback-rail:hover { background:var(--g100); } + .assistant-goback-rail i { color:var(--g600); } + /* The topbar keeps only the hamburger; Go back is in the menu */ + .assistant-topbar #btn-assistant-goback { display:none; } } /* Library item hover download */ .assistant-gallery-item-wrap { position:relative; }