about summary refs log tree commit diff
path: root/src/test/rustdoc-gui/toggle-docs-mobile.goml
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-33/+0
2022-10-07Update rustdoc-gui test to new browser-ui-test versionGuillaume Gomez-1/+1
2022-03-08Update GUI tests for impl blocks path changesGuillaume Gomez-1/+1
2022-01-21Add missing GUI test explanationsGuillaume Gomez-0/+2
2022-01-19Rustdoc mobile: put out-of-band on its own lineJacob Hoffman-Andrews-6/+6
Before this, the item name and the stability, source link, and "collapse all docs" would compete for room on a single line, resulting in awkward wrapping behavior on mobile. This gives a separate line for that out-of-band information. It also removes the "copy path" icon on mobile to make a little more room. Also, switch to flex-wrap: wrap, so anytime there's not enough room for `source`, it gets bumped to the next line.
2022-01-18Remove horizontal lines at top of pageJacob Hoffman-Andrews-6/+6
They are not needed to separate the search bar and the title, which are visually distinct on their own.
2022-01-14Add support for "always theme" in settingJacob Hoffman-Andrews-6/+6
2022-01-05Move crate drop-down to search results pageJacob Hoffman-Andrews-3/+3
This reduces clutter on doc pages.
2021-12-30Fix display of toggles on mobileGuillaume Gomez-0/+10
2021-06-22Update browser-ui-test versionGuillaume Gomez-8/+8
2021-06-19Update browser-ui-test versionGuillaume Gomez-8/+8
2021-05-14Add test for toggle on mobile sizeGuillaume Gomez-0/+21