nunocoracao / blowfish

Personal Website & Blog Theme for Hugo
https://blowfish.page
MIT License
1.54k stars 421 forks source link

Nested menu items are not readable #1790

Open schneekluth opened 1 month ago

schneekluth commented 1 month ago

Describe the bug When using nested menus items are not readable.

To Reproduce Steps to reproduce the behavior:

  1. Create a nested menu item:

    [[main]]
      name = "tax"
      weight = 40
    
    [[main]]
      name = "Categories"
      parent = "tax"
      url = "/categories"
      weight = 43
  2. Launch preview server
  3. Hover over nested parent.

Expected behavior A readable list of nested menu items.

Screenshots nested-menu-issue nshots**

nested-menu-issue

Desktop (please complete the following information):

Hugo & Blowfish versions Which version of Hugo and Blowfish are you using?

Additional Info Example screenshot uses default theme blowfish but can also be reproduced with noir theme.