summaryrefslogtreecommitdiff
path: root/layouts/partials/docs
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2018-10-08 20:56:06 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2018-10-08 20:56:06 +0200
commit5b4dec6db91cfc28c51756101c2f7f2747d884d3 (patch)
tree77a254879a57c809a5692f23df908e4f67327072 /layouts/partials/docs
parent5b7db23aaacbb08a8242b1a77bd39bc19139526c (diff)
Fix menu paddings, add additional space for big screens
Diffstat (limited to 'layouts/partials/docs')
-rw-r--r--layouts/partials/docs/menu-filetree.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/docs/menu-filetree.html b/layouts/partials/docs/menu-filetree.html
index 5c1f11b..8530656 100644
--- a/layouts/partials/docs/menu-filetree.html
+++ b/layouts/partials/docs/menu-filetree.html
@@ -8,7 +8,7 @@
{{ define "book-section" }} <!-- Single section of menu (recursive) -->
<ul>
{{ range .Section.Sections }}
- <li {{- if .Params.bookflatsection}} class="flat" {{ end }}>
+ <li {{- if .Params.bookflatsection}} class="flat-section" {{ end }}>
{{- if .Content -}}
{{ template "book-page-link" (dict "Page" . "CurrentPage" $.CurrentPage) }}
{{- else -}}