1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Hide topbar when mobile orientation in landscape mode (resolve #459)

This commit is contained in:
Cotes Chung
2022-01-09 19:09:29 +08:00
parent 9620eddd12
commit 2cef631385
14 changed files with 186 additions and 147 deletions

View File

@@ -21,7 +21,7 @@ layout: compress
{% include mode-toggle.html %}
{% endunless %}
<body data-spy="scroll" data-target="#toc">
<body data-spy="scroll" data-target="#toc" topbar-visible="true">
{% include sidebar.html %}