diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-10-08 20:56:06 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-10-08 20:56:06 +0200 |
commit | 5b4dec6db91cfc28c51756101c2f7f2747d884d3 (patch) | |
tree | 77a254879a57c809a5692f23df908e4f67327072 /layouts/partials | |
parent | 5b7db23aaacbb08a8242b1a77bd39bc19139526c (diff) |
Fix menu paddings, add additional space for big screens
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/docs/menu-filetree.html | 2 |
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 -}} |