mrcrmn / docc

A starter documentation theme for Gridsome. Featuring instant search, great navigation and a dark mode!
https://docc-theme.netlify.com
MIT License
126 stars 32 forks source link

Navbar isn't resizing correctly #16

Closed noxify closed 4 years ago

noxify commented 4 years ago

Hi,

it seems that the header navbar isn't resizing correctly.

Steps to reproduce

  1. Open the gridsome.config.js

  2. update the nav property and replace it with

    nav: {
    links: [
    { path: '/', title: 'Home' },
    { path: '/docs/', title: 'Docs' }
    ]
    },
  3. Run gridsome develop

Current Result

image

Expected Result

  1. The Searchbar is resized (and smaller)
  2. There is no "line break"
infotexture commented 4 years ago

Looks like this was fixed with #3, which was opened 2 months ago but hasn't been merged yet.

noxify commented 4 years ago

Will be solved with #3 - I close this, since there is already a fix.