Skip to content

Commit 78a84d1

Browse files
authored
Reduce sidebar list item padding (#1513)
While the padding makes the list more aesthetically pleasing, it requires users to scroll more to see the full list. IMO it's better to prioritize utility over aesthetics. ### Before <img width="20%" alt="Screenshot 2025-12-20 at 15 29 22" src="https://github.com/user-attachments/assets/ab1278f1-85e5-4859-8535-f9cd33919ed8" /> ### After <img width="20%" alt="Screenshot 2025-12-20 at 15 29 17" src="https://github.com/user-attachments/assets/090fddb7-e199-4e2b-ab36-e2bbb69590b7" />
1 parent 09630a0 commit 78a84d1

File tree

1 file changed

+0
-1
lines changed
  • lib/rdoc/generator/template/aliki/css

1 file changed

+0
-1
lines changed

lib/rdoc/generator/template/aliki/css/rdoc.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,6 @@ nav ul li {
690690
}
691691

692692
nav ul li a {
693-
padding: var(--space-1) 0;
694693
transition:
695694
color var(--transition-fast),
696695
transform var(--transition-fast),

0 commit comments

Comments
 (0)