Skip to content

Commit 7acab01

Browse files
committed
fix: reduce javadoc logo height to prevent navbar overflow
- Changed logo height from 100% to 2em - Prevents logo from extending beyond navbar bounds - Navbar height is 44px, 2em fits perfectly - Tested in Chrome DevTools Fixes #154
1 parent e361c44 commit 7acab01

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:2em;width:auto;padding:0.4em" alt="logo"/>
248248
]]></header>
249249
</configuration>
250250
</plugin>

0 commit comments

Comments
 (0)