1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 07:51:19 +01:00

Merge pull request #20511 from Remmirad/enable-tree-nav-resizeing

doc: Allow resizing of doxygen side-nav
This commit is contained in:
benpicco 2024-03-27 16:37:05 +00:00 committed by GitHub
commit 1b4f45fe47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,6 +46,8 @@ function resize_content(sidenav)
function resize_handler()
{
if ($(window).width() == window_before) {return;}
var sidenav = $("#side-nav");
if ($(window).width() < 750) {
var toc = $(".toc");