iissnan / hexo-theme-next

Elegant theme for Hexo.
http://notes.iissnan.com
MIT License
15.88k stars 3.62k forks source link

The navigation list and the article section have the right distance. #1798

Closed aixiu closed 7 years ago

aixiu commented 7 years ago

I agree and want to create new issue


Expected behavior

01 The navigation list and the article section have the right distance

Actual behavior

02 In fact, the left navigation list is below the article section

Steps to reproduce the behavior

Link to demo site with this issue: N/A Link(s) to source code or any usefull link(s): N/A

hexo clean
hexo g
hexo s

NexT Information

NexT Version:

[ ] Master
[x] Latest Release
[ ] Old version - 

NexT Scheme:

[ ] All schemes
[ ] Muse
[ ] Mist
[ ] Pisces
[x] Gemini 

Other Information

@ivan-nginx

ivan-nginx commented 7 years ago

@aixiu see there, there is latest master branch downloaded yesterday after global merge. All alignments working fine. Try to force refresh browser cache by CTRL+SHIFT+R.

aixiu commented 7 years ago

@ivan-nginx I pulled the latest branch code, also used CTRL + SHIFT + R failed, updated the same as other browsers. I am up to the latest test, perhaps the reason for the previous deposition code

ivan-nginx commented 7 years ago

It's strange. Can u show hexo -v, npm -v?

aixiu commented 7 years ago

npm hexo

ivan-nginx commented 7 years ago

@aixiu and can u please give site live demo with this bug?

aixiu commented 7 years ago

@ivan-nginx I do not know what the reason, but I re-clone a new branch code, the deployment is successful, the show is normal.

ivan-nginx commented 7 years ago

@aixiu omg, don't need to be fast. Check all slowly and all will be fine. If solved, close it.

aixiu commented 7 years ago

I used git fetch origin master as before git merge origin / master After replacing the Gemini theme, hexo clean, hexo g, hexo s.

aixiu commented 7 years ago

@ivan-nginx Thank you, the problem is temporarily resolved, just need to re-set some things.

ivan-nginx commented 7 years ago

@aixiu no need to replace anything. If something not work as expected, need to do separated test directory and load latest master branch to test it. U also may use something like Beyond Compare to see diffs of all files/directories.

aixiu commented 7 years ago

@ivan-nginx Thanks for your advice。