mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-06 17:49:07 -05:00
[PR #1599] [MERGED] fix(instructors): keep theme toggle visible across breakpoints #9211
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/harvard-edge/cs249r_book/pull/1599
Author: @farhan523
Created: 4/29/2026
Status: ✅ Merged
Merged: 4/29/2026
Merged by: @profvjreddi
Base:
dev← Head:fix/instructors-theme-toggle-visibility📝 Commits (2)
e77f269fix(instructors): keep theme toggle visible across breakpoints0f1d587Merge remote-tracking branch 'origin/dev' into pr1599-merge📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
shared/styles/partials/_mobile.scss(+2 -2)📄 Description
Summary
1200px–1590pxand target the last 4ms-autoitems, preventing label overflow at mid-widths.Changes
:not(.quarto-color-scheme-toggle)to the.quarto-navigation-toolhide selectors.1399px → 1590pxand switch selector toul.navbar-nav.ms-auto > li:nth-last-child(-n+4) .nav-link .menu-text.Before Desktop
After Desktop
Before Mobile
After Mobile
Test plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.