mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-16 20:30:53 +08:00
improvement: 文章頁標題改為h1(seo) improvement: 改用hexo 內置的 injector 插入 inject 的代碼 improvement: canonical 改為hexo提供的函數生成 improvement: 優化手機toc 的特效和按鈕出現的時機 remove: 刪除搜索不必要的配置 remove: 移除豆瓣配置,如需配置,請使用 hexo-butterfly-douban fix: 修復上一個版本導致的搜索按鈕在pjax下無法點擊的bugs close #387 fix: 修復上一個版本更新的toc z-index 過低的bugs
41 lines
752 B
Stylus
41 lines
752 B
Stylus
#rightside
|
|
position: fixed
|
|
right: -38px
|
|
bottom: $rightside-bottom
|
|
z-index: 100
|
|
opacity: 0
|
|
transition: all .5s
|
|
|
|
#rightside-config-hide
|
|
transition: transform .4s
|
|
transform: translate(35px, 0)
|
|
|
|
&.show
|
|
transform: translate(0, 0) !important
|
|
|
|
& > div
|
|
& > button,
|
|
& > a
|
|
display: block
|
|
margin-bottom: 2px
|
|
width: 30px
|
|
height: 30px
|
|
background-color: var(--btn-bg)
|
|
color: var(--btn-color)
|
|
text-align: center
|
|
font-size: 16px
|
|
cursor: pointer
|
|
|
|
&:hover
|
|
background-color: var(--btn-hover-color)
|
|
|
|
#rightside_config
|
|
i
|
|
animation: avatar_turn_around 2s linear infinite
|
|
|
|
#mobile-toc-button
|
|
display: none
|
|
|
|
+maxWidth900()
|
|
display: block
|