mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Fix styling issues in the sidebar
This commit is contained in:
@@ -1030,6 +1030,7 @@ kbd.compound > .kbd,
|
|||||||
.wy-menu-vertical li a button.toctree-expand {
|
.wy-menu-vertical li a button.toctree-expand {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 12px;
|
width: 12px;
|
||||||
|
min-width: 12px; /* Forces the size to stay this way in the flexbox model. */
|
||||||
height: 18px;
|
height: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -324,3 +324,8 @@ $(document).ready(() => {
|
|||||||
registerOnScrollEvent(mediaQuery);
|
registerOnScrollEvent(mediaQuery);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Override the default implementation from doctools.js to avoid this behavior.
|
||||||
|
Documentation.highlightSearchWords = function() {
|
||||||
|
// Nope.
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user