mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
Fix methods alignment on mobile
This commit is contained in:
parent
a1eceec00b
commit
16844e2485
@ -2435,7 +2435,7 @@ in src-script.js and main.js
|
||||
}
|
||||
|
||||
/* Position of the "[-]" element. */
|
||||
details.toggle:not(.top-doc) > summary {
|
||||
details.toggle:not(.top-doc) > summary, .impl-items > section {
|
||||
margin-left: 10px;
|
||||
}
|
||||
.impl-items > details.toggle > summary:not(.hideme)::before,
|
||||
|
@ -85,8 +85,8 @@ call-function: ("check-notable-tooltip-position", {
|
||||
// Checking on mobile now.
|
||||
set-window-size: (650, 600)
|
||||
call-function: ("check-notable-tooltip-position-complete", {
|
||||
"x": 15,
|
||||
"i_x": 293,
|
||||
"x": 25,
|
||||
"i_x": 303,
|
||||
"popover_x": 0,
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user