CaiJimmy / hugo-theme-stack

Card-style Hugo theme designed for bloggers
https://stack.jimmycai.com
GNU General Public License v3.0
4.89k stars 1.6k forks source link

fix(sidebar): menu-bottom-section not showing in mobile #966

Closed TheJiahao closed 6 months ago

TheJiahao commented 7 months ago

PR #925 moved menu-bottom-section outside main-menu which made it to disappear in mobile. This PR fixes it by moving menu-bottom-section back to main-menu as li and adjusting stylesheets.

Before (desktop) desktop_before

After (desktop) desktop_after

Before (mobile) mobile_before

After (mobile) mobile_after

TheJiahao commented 6 months ago

The changed CSS seems working. I also removed and combined some redundant styles of .menu-bottom-section ol and #main-menu.