Skip to content

Commit 0a73631

Browse files
committed
Reduce sidebar list item padding
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.
1 parent 890d5da commit 0a73631

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)