mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-10 13:07:06 +08:00
feat: 本地搜索增加數據庫加載中和搜索中 loading 顯示 feat: 更改文章美化後,列表的顯示效果 closed #693 closed #686 improvement: UI 微調
42 lines
753 B
Stylus
42 lines
753 B
Stylus
#rightside
|
|
position: fixed
|
|
right: -48px
|
|
bottom: $rightside-bottom
|
|
z-index: 100
|
|
opacity: 0
|
|
transition: all .5s
|
|
|
|
#rightside-config-hide
|
|
transition: transform .4s
|
|
transform: translate(48px, 0)
|
|
|
|
&.show
|
|
transform: translate(0, 0) !important
|
|
|
|
& > div
|
|
& > button,
|
|
& > a
|
|
display: block
|
|
margin-bottom: 5px
|
|
width: w = 35px
|
|
height: w
|
|
border-radius: 5px
|
|
background-color: var(--btn-bg)
|
|
color: var(--btn-color)
|
|
text-align: center
|
|
font-size: 16px
|
|
line-height: w
|
|
|
|
&:hover
|
|
background-color: var(--btn-hover-color)
|
|
|
|
#mobile-toc-button
|
|
display: none
|
|
|
|
+maxWidth900()
|
|
display: block
|
|
|
|
+maxWidth900()
|
|
#hide-aside-btn
|
|
display: none
|