jerryc127 / hexo-theme-butterfly

🦋 A Hexo Theme: Butterfly
https://butterfly.js.org
Apache License 2.0
7.23k stars 1.3k forks source link

[Bug]: 翻页按钮位置偏移 #1570

Closed P2Tree closed 1 month ago

P2Tree commented 1 month ago

使用的 Butterfly 版本? | What version of Butterfly are you using?

5.0.0-b2

是否修改過主題文件? | Has the theme files been modified?

否 (No)

使用的瀏覽器? | What browser are you using?

Chrome

使用的系統? | What operating system are you using?

macOS

依賴插件 | Package dependencies information

├── hexo-abbrlink@2.2.1
├── hexo-algoliasearch@2.0.1
├── hexo-all-minifier@0.5.7
├── hexo-butterfly-footer-beautify@1.0.6
├── hexo-butterfly-swiper@1.0.12
├── hexo-deployer-git@4.0.0
├── hexo-filter-mourning@1.0.0
├── hexo-generator-archive@2.0.0
├── hexo-generator-baidu-sitemap@0.1.9
├── hexo-generator-category@2.0.0
├── hexo-generator-feed@3.0.0
├── hexo-generator-index-pin-top@0.2.2
├── hexo-generator-sitemap@3.0.1
├── hexo-generator-tag@2.0.0
├── hexo-renderer-ejs@2.0.0
├── hexo-renderer-marked@6.3.0
├── hexo-renderer-pug@3.0.0
├── hexo-renderer-stylus@3.0.1
├── hexo-server@3.0.0
├── hexo-webp-cloud-proxy@1.0.3
├── hexo-wordcount@6.0.1
├── hexo@7.3.0
└── vercel@37.4.2

問題描述 | Describe the bug

主页下方翻页按钮错位,向下偏移了一段距离,具体请见截图。

image

出現問題的網站 | Website with the issue

https://p2tree.top/page/2/#content-inner

jerryc127 commented 1 month ago

可能是你自己添加的功能干扰了css吧 建议你git clone 原版到另一个主题文件夹,看看原版会不会存在这个问题

P2Tree commented 1 month ago

谢谢,我排查了下,确实是我自己的问题,烦扰了