Fix methods alignment on mobile

This commit is contained in:
Guillaume Gomez 2024-10-08 20:53:11 +02:00
parent a1eceec00b
commit 16844e2485
2 changed files with 3 additions and 3 deletions

View File

@ -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,

View File

@ -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,
})