Skip to content

Commit

Permalink
Fix incorrect css
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Apr 16, 2024
1 parent 2ada569 commit bbb2a50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/style.css
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit bbb2a50

Please sign in to comment.