Skip to content

Commit

Permalink
Fix extra spacing in nav bar (#2216)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hetarth02 authored Aug 22, 2023
1 parent 144f048 commit 2a631e4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- jquery has been updated from `v3.6.0` to `v3.7.0`.
- MathJax 2 has been updated from `v2.7.7` to `v2.7.9`.

* Move the mobile layout sidebar toggle (hamburger) from the right side to the left side. ([#1312]) ([#2076]) ([#2169])
* Move the mobile layout sidebar toggle (hamburger) from the right side to the left side. ([#1312], [#2076], [#2169], [#2215], [#2216])

* Added the ability to expand/collapse individual as well as all docstrings. ([#1393], [#2078])

Expand Down Expand Up @@ -1637,6 +1637,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#2205]: https://github.com/JuliaDocs/Documenter.jl/issues/2205
[#2213]: https://github.com/JuliaDocs/Documenter.jl/issues/2213
[#2214]: https://github.com/JuliaDocs/Documenter.jl/issues/2214
[#2215]: https://github.com/JuliaDocs/Documenter.jl/issues/2215
[#2216]: https://github.com/JuliaDocs/Documenter.jl/issues/2216
[JuliaLang/julia#36953]: https://github.com/JuliaLang/julia/issues/36953
[JuliaLang/julia#38054]: https://github.com/JuliaLang/julia/issues/38054
[JuliaLang/julia#39841]: https://github.com/JuliaLang/julia/issues/39841
Expand Down
6 changes: 2 additions & 4 deletions assets/html/scss/documenter/layout/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,10 @@
padding: 0;
margin-left: 0.3em;
}
.docs-navbar-link {
margin: auto 0.5rem auto 0.5rem;
}
@include touch {
.docs-navbar-link {
margin: auto 0.75rem auto 0.75rem;
margin-left: 0.4rem;
margin-right: 0.4rem;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion assets/html/themes/documenter-dark.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/html/themes/documenter-light.css

Large diffs are not rendered by default.

0 comments on commit 2a631e4

Please sign in to comment.