mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-16 17:40:55 +08:00
fix: 修復主頁滾動, 頂部圖有延遲的 bug closed #1372
fix: 修復當設置搜索文件為xml時,搜索 < 和 > 沒有結果的 bug closed #1369 fix: 修復 CDN 的 custom_format 沒配置,preconnect 報錯的 bug closed #1371
This commit is contained in:
@@ -134,7 +134,7 @@ if hexo-config('enter_transitions')
|
||||
#footer
|
||||
animation: bottom-top 1s
|
||||
|
||||
#page-header
|
||||
#page-header:not(.full_page)
|
||||
animation: header-effect 1s
|
||||
|
||||
#site-title,
|
||||
|
||||
@@ -64,10 +64,6 @@
|
||||
+maxWidth768()
|
||||
max-height: calc(var(--search-height) - 220px) !important
|
||||
|
||||
.no-result
|
||||
& + #local-search-stats-wrap
|
||||
display: none
|
||||
|
||||
.search-keyword
|
||||
background: transparent
|
||||
color: $search-keyword-highlight
|
||||
|
||||
Reference in New Issue
Block a user