Browse Source

Fix nav level indentation

pull/1304/head
Still Hsu 6 years ago
parent
commit
435fd0f440
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      docs/_template/light-dark-theme/styles/master.css

+ 11
- 0
docs/_template/light-dark-theme/styles/master.css View File

@@ -198,4 +198,15 @@ span.arrow-r{
width: calc(100% - 15vw);
max-width: calc(100% - 15vw);
}
}

/* fix level indentation */

.level2 {
padding: 0 5px;
}

.level3 {
padding: 0 5px;
font-size: 90%;
}

Loading…
Cancel
Save