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:
commit
1b4f45fe47
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user