We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e05d8c commit 2470ba0Copy full SHA for 2470ba0
tests/rustdoc-gui/sidebar-resize.goml
@@ -12,10 +12,10 @@ set-local-storage: {"rustdoc-hide-sidebar": "false"}
12
13
// Now same thing, but for source code
14
go-to: "file://" + |DOC_PATH| + "/src/test_docs/lib.rs.html"
15
-assert-property: (".sidebar", {"clientWidth": "49"})
+assert-property: (".sidebar", {"clientWidth": "46"})
16
drag-and-drop: ((52, 100), (185, 100))
17
-assert-property: (".sidebar", {"clientWidth": "181"})
+assert-property: (".sidebar", {"clientWidth": "151"})
18
drag-and-drop: ((185, 100), (5, 100))
19
// instead of hiding the sidebar entirely, this
20
// will switch to the toggle mode
21
0 commit comments