mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Make the TOC expand button easier to click
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user