kakawait / hugo-tranquilpeak-theme

A gorgeous responsive theme for Hugo blog framework
https://tranquilpeak.kakawait.com
GNU General Public License v3.0
926 stars 525 forks source link

Behavior of top/bottom bars broken #520

Closed moomop closed 3 years ago

moomop commented 3 years ago

Configuration

Actual behavior

Pages such as https://tranquilpeak.kakawait.com/2015/05/elements-showcase/ now always show the bar at the top and do not show the bar at the bottom (regardless of scrolling).

Expected behavior

The bars at top and bottom should disappear when scrolling down and reappear when scrolling up. (That is the behavior of the hexo theme) This behavior appears to have changed with the following commit: 039f7373e585ee32d9dfec4e56feb5261d31ad3c Revamp sidebar translation

Steps to reproduce the behavior

The change in behavior can be seen in the example site.

cd exampleSite
hugo server --themesDir ../../
kakawait commented 3 years ago

I've found problem. I'll push fix this weekend