Uh oh!
There was an error while loading. Please reload this page.
Greatly improve display for small mobile devices screens - #78084
Merged
Conversation
rust-highfive
commented
Oct 18, 2020
Contributor
Some changes occurred in HTML/CSS/JS. |
jyn514
commented
Oct 19, 2020
Member
Again, I'm not sure I'm the best person to review this ... maybe @ollie27 would be a better choice? That said, the screeenshots do look a lot better :) |
GuillaumeGomez
commented
Oct 19, 2020
MemberAuthor
Let's bring some docs.rs people too then. cc @Nemo157 |
njasm
commented
Oct 19, 2020
Contributor
the ss looks good to me 👍 |
Nemo157
commented
Oct 21, 2020
Contributor
LGTM |
GuillaumeGomez
commented
Oct 21, 2020
MemberAuthor
@bors: r=jyn514,Nemo157 rollup |
bors
commented
Oct 21, 2020
Collaborator
📌 Commit 4e2c59a has been approved by |
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
Oct 22, 2020
Rollup of 10 pull requests Successful merges: - rust-lang#77420 (Unify const-checking structured errors for `&mut` and `&raw mut`) - rust-lang#77554 (Support signed integers and `char` in v0 mangling) - rust-lang#77976 (Mark inout asm! operands as used in liveness pass) - rust-lang#78009 (Haiku: explicitly set CMAKE_SYSTEM_NAME when cross-compiling) - rust-lang#78084 (Greatly improve display for small mobile devices screens) - rust-lang#78155 (Fix two small issues in compiler/rustc_lint/src/types.rs) - rust-lang#78156 (Fixed build failure of `rustfmt`) - rust-lang#78172 (Add test case for rust-lang#77062) - rust-lang#78188 (Add tracking issue number for pin_static_ref) - rust-lang#78200 (Add `ControlFlow::is_{break,continue}` methods) Failed merges: r? `@ghost`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes#78014.
The biggest change being the "search bar". Instead of having everything on one line, I decided to move the search input on its own:
Another change is that now, we "break words" in the listing so that they don't grow too big:
r? @jyn514