-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix source code page sidebar on mobile #91905
Fix source code page sidebar on mobile #91905
Conversation
Some changes occurred in HTML/CSS/JS. |
51970f1
to
0919d00
Compare
I'm unclear what the issue is. The sidebar works for me in Firefox/macOS. Could you elaborate on what's not working? |
Reduce the width of the windows under 700px to have the "mobile mode". Then you'll have just like the first video. :) |
I can reproduce on Chrome / Linux by reducing the width of my window under 700px. Clicking the "expand sidebar" icon causes the icon to disappear without actually expanding the sidebar. |
@bors r+ rollup |
📌 Commit 0919d00 has been approved by |
…askrgr Rollup of 7 pull requests Successful merges: - rust-lang#90521 (Stabilize `destructuring_assignment`) - rust-lang#91479 (Add `[T]::as_simd(_mut)`) - rust-lang#91584 (Improve code for rustdoc-gui tester) - rust-lang#91886 (core: minor `Option` doc correction) - rust-lang#91888 (Handle unordered const/ty generics for object lifetime defaults) - rust-lang#91905 (Fix source code page sidebar on mobile) - rust-lang#91906 (Removed `in_band_lifetimes` from `library\proc_macro`) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Current broken behaviour:
Peek.2021-12-14.11-35.mp4
Fixed:
Peek.2021-12-14.11-49.mp4
r? @jsha