Make the TOC expand button easier to click

This commit is contained in:
Yuri Sizov
2022-11-21 21:39:15 +03:00
parent 754f30d355
commit 2ca8b1b5c9

View File

@@ -1026,6 +1026,22 @@ kbd.compound > .kbd,
margin-right: 0;
}
/* Make the expand icon a bit easier to hit. */
.wy-menu-vertical li a button.toctree-expand {
position: relative;
width: 12px;
height: 18px;
}
.wy-menu-vertical li a button.toctree-expand:before {
position: absolute;
top: -3px;
left: -6px;
width: 24px;
height: 24px;
padding: 6px;
}
/* Banner panel in sidebar */
.wy-nav-side .ethical-rtd.fixed {
position: fixed;