Skip to content

Commit b56e593

Browse files
fix: reduce javadoc logo height to prevent navbar overflow (#155)
Co-authored-by: Marcono1234 <[email protected]>
1 parent becee9a commit b56e593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
</links>
245245
<excludePackageNames>io.github.treesitter.jtreesitter.internal</excludePackageNames>
246246
<header><![CDATA[
247-
<img src="/tree-sitter/assets/images/tree-sitter-small.png" style="height:100%;width:auto;padding:0.4em" alt="logo"/>
247+
<img src="/tree-sitter/assets/images/tree-sitter-small.png" style="height:calc(0.8 * var(--top-nav-height));width:auto;padding:0.4em" alt="logo"/>
248248
]]></header>
249249
</configuration>
250250
</plugin>

0 commit comments

Comments
 (0)