mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2025-09-15 12:58:48 +08:00
fix: 修復在 chrome上,進入頁面時,頁面元素會出現模糊到清晰的bug close #479 fix: 修復 文章頁面上滑子菜單圖標文字無法顯示的 bug close #481 improvement: meta description 限制在150字以內 close #480 improvement: pug優化和結構調整
40 lines
706 B
Stylus
40 lines
706 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
|
|
|
|
&:hover
|
|
background-color: var(--btn-hover-color)
|
|
|
|
#mobile-toc-button
|
|
display: none
|
|
|
|
+maxWidth900()
|
|
display: block
|
|
|
|
+maxWidth900()
|
|
#hide-aside-btn
|
|
display: none
|