rust/src/librustdoc/html
Guillaume Gomez b19f37ca54
Rollup merge of #87167 - GuillaumeGomez:sidebar-display-mobile, r=notriddle
Fix sidebar display on small devices

Part of #87059.

Instead of hiding the sidebar on small devices, we instead move it out of the viewport so that it remains "visible" to our text only users.

Could you confirm it works for you `@ahicks92` and `@DataTriny` please? You can give it a try at [this URL](https://guillaume-gomez.fr/rustdoc-test/test_docs/index.html).

r? `@notriddle`
2021-07-16 10:08:11 +02:00
..
highlight Rework SESSION_GLOBALS API to prevent overwriting it 2021-07-08 16:16:28 +02:00
markdown Update test cases for intra-doc links in summaries 2021-06-18 17:47:05 -07:00
render Auto merge of #86841 - GuillaumeGomez:reexported-macro-2-render, r=Stupremee 2021-07-12 11:52:55 +00:00
static Rollup merge of #87167 - GuillaumeGomez:sidebar-display-mobile, r=notriddle 2021-07-16 10:08:11 +02:00
templates Use Tera templates for rustdoc. 2021-06-20 23:07:28 -07:00
toc Format the world 2019-12-22 17:42:47 -05:00
escape.rs rustdoc tweaking 2021-01-30 01:02:18 +00:00
format.rs rustdoc: Rename expect_real to expect_def_id, remove Item::is_fake 2021-07-05 19:49:48 +02:00
highlight.rs Rename 'bad prefix' to 'unknown prefix'. 2021-06-26 23:11:14 +08:00
layout.rs Use Tera templates for rustdoc. 2021-06-20 23:07:28 -07:00
markdown.rs Fix misuse of rev attribute on <a> tag 2021-07-15 13:23:20 +02:00
mod.rs rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
sources.rs Use Tera templates for rustdoc. 2021-06-20 23:07:28 -07:00
static_files.rs Clean up rustdoc static files 2021-07-07 17:52:18 +02:00
tests.rs rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
toc.rs clippy fixes for librustdoc 2021-01-01 21:19:10 +01:00