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 45e4ce5 commit 0f978f1Copy full SHA for 0f978f1
lib/rdoc/generator/template/aliki/css/rdoc.css
@@ -768,7 +768,7 @@ nav .nav-section-collapsible > p {
768
nav .nav-section-collapsible > .nav-list {
769
padding-left: var(--space-5);
770
border-left: 1px solid var(--color-border-subtle);
771
- margin-left: var(--space-3);
+ margin-left: 9px; /* Align with the section icon center */
772
}
773
774
nav .nav-section-collapsible .nav-list .link-list {
@@ -1460,10 +1460,6 @@ aside.table-of-contents .toc-list > .toc-h3 {
1460
1461
/* Tablet adjustments (between mobile and desktop) */
1462
@media (width >= 768px) and (width <= 1023px) {
1463
- nav {
1464
- width: 240px;
1465
- }
1466
-
1467
header.top-navbar {
1468
padding: 0 var(--space-6);
1469
0 commit comments