From bbb2a506e5eb4a73d66faafed743444f98bf07ea Mon Sep 17 00:00:00 2001 From: Harel M Date: Tue, 16 Apr 2024 08:12:03 +0000 Subject: [PATCH] Fix incorrect css --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index e0207cefa..da5e73a66 100644 --- a/static/style.css +++ b/static/style.css @@ -1343,11 +1343,11 @@ img { .has-menu .tsd-navigation { max-height: 100%; } - .tsd-toolbar-contents .tsd-toolbar-links { + #tsd-toolbar-links { display: none; } .tsd-navigation .tsd-nav-link { - display: unset; + display: flex; } }