Browse Source

Fix navigation bullet points being cut off in docs on Chromium (#8537)

Before:

<img width="279" height="342" alt="" src="https://github.com/user-attachments/assets/84d77add-4cc1-4632-b142-5ad059bfee31" />

After:


<img width="285" height="338" alt="" src="https://github.com/user-attachments/assets/89575aa6-b87a-4aec-9832-2472778c15a3" />
Inverle 1 month ago
parent
commit
b0c932795a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/_includes/docs.css

+ 1 - 1
docs/_includes/docs.css

@@ -44,7 +44,7 @@ aside > nav.docs > ul {
 }
 
 aside > nav.docs ul {
-	padding-left: 1rem;
+	padding-left: 1.1rem;
 	margin-right: 1rem;
 }