We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 695f9aa commit d6e6fd2Copy full SHA for d6e6fd2
index.js
@@ -156,7 +156,7 @@ class DOMService {
156
link.href = `?${doc.slug}`;
157
link.textContent = doc.title || doc.path.split('/').pop().replace('.md', '');
158
link.dataset.path = doc.path;
159
- link.style.paddingLeft = `${level * 0.8 + 1.2}rem`;
+ link.style.paddingLeft = `${level * 0.6}rem`; // Reduced from 0.8 + 1.2 to just 0.6
160
161
link.onclick = (e) => {
162
e.preventDefault();
0 commit comments