blinkfox / hexo-theme-matery

A beautiful hexo blog theme with material design and responsive design.一个基于材料设计和响应式设计而成的全面、美观的Hexo主题。国内访问:http://blinkfox.com
https://blinkfox.github.io/
Apache License 2.0
5.24k stars 1.25k forks source link

目录能否支持下滑动?现在目录过长就看不到下面,没法下滑 #234

Closed li-xiao-shuang closed 4 years ago

blinkfox commented 4 years ago

没啥好的方式,只能给目录做滚动条才行,但怕比较难看。

202252197 commented 4 years ago

怎末过滑动条 @blinkfox

VanLiuZhi commented 4 years ago

这个应该做上去的,我目录长的显示错误了

202252197 commented 4 years ago

大哥建议搞一个合适的滚动条我太难了,我的笔记现在只能分成5份文件 @blinkfox

blinkfox commented 4 years ago

更新 dev 试试,或者在 post-detail-toc.ejs 文件中添加如下样式,TOC 就有滚动条了。

#toc-content {
    height: calc(100vh - 250px);
    overflow: scroll;
}
202252197 commented 4 years ago

好------------------ 原始邮件 ------------------ 发件人: "闪烁之狐 (blinkfox)"notifications@github.com 发送时间: 2019年11月28日(星期四) 晚上11:22 收件人: "blinkfox/hexo-theme-matery"hexo-theme-matery@noreply.github.com; 抄送: "吕世昊"202252197@qq.com;"Comment"comment@noreply.github.com; 主题: Re: [blinkfox/hexo-theme-matery] 目录能否支持下滑动?现在目录过长就看不到下面,没法下滑 (#234)

更新 dev 试试,或者在 post-detail-toc.ejs 文件中添加如下样式,TOC 就有滚动条了。

toc-content { height: calc(100vh - 250px); overflow: scroll; }

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

EscapeLife commented 4 years ago

滚动条确实比较难看

blinkfox commented 4 years ago

这次去掉了横向滚动条。

202252197 commented 4 years ago

------------------ 原始邮件 ------------------ 发件人: "闪烁之狐 (blinkfox)"<notifications@github.com>; 发送时间: 2019年11月28日(星期四) 晚上11:22 收件人: "blinkfox/hexo-theme-matery"<hexo-theme-matery@noreply.github.com>; 抄送: "🔱醉写南凡微凉🌹."<202252197@qq.com>;"Comment"<comment@noreply.github.com>; 主题: Re: [blinkfox/hexo-theme-matery] 目录能否支持下滑动?现在目录过长就看不到下面,没法下滑 (#234)

更新 dev 试试,或者在 post-detail-toc.ejs 文件中添加如下样式,TOC 就有滚动条了。

toc-content { height: calc(100vh - 250px); overflow: scroll; }

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

不行啊,我插入了代码没有效果

blinkfox commented 4 years ago

@202252197 应该是你哪里加的有问题把,不行的话,就更新代码或者下载最新的 release 包吧

202252197 commented 4 years ago

样式确实不咋好看,但是实用性不错 @blinkfox 谢谢大哥

202252197 commented 4 years ago

@blinkfox 大哥问一下,我现在感觉目录旁边的那个 | 不好看能不能去掉

blinkfox commented 4 years ago

@202252197 这个最后你就自己写样式去了

datager commented 3 years ago

thanks