Skip to content

Commit 0f978f1

Browse files
committed
Small tweaks
1 parent 45e4ce5 commit 0f978f1

File tree

1 file changed

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

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ nav .nav-section-collapsible > p {
768768
nav .nav-section-collapsible > .nav-list {
769769
padding-left: var(--space-5);
770770
border-left: 1px solid var(--color-border-subtle);
771-
margin-left: var(--space-3);
771+
margin-left: 9px; /* Align with the section icon center */
772772
}
773773

774774
nav .nav-section-collapsible .nav-list .link-list {
@@ -1460,10 +1460,6 @@ aside.table-of-contents .toc-list > .toc-h3 {
14601460

14611461
/* Tablet adjustments (between mobile and desktop) */
14621462
@media (width >= 768px) and (width <= 1023px) {
1463-
nav {
1464-
width: 240px;
1465-
}
1466-
14671463
header.top-navbar {
14681464
padding: 0 var(--space-6);
14691465
}

0 commit comments

Comments
 (0)