mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-16 17:50:54 +08:00
breaking changes: widget 寫法更改/可添加非sticky區域widget
feat: 升級facebook comment js 到 v10 fix: 修復當內容過少時, footer 沒有底部靠攏的bug improvement: 404頁面不再顯示 rightside
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
// index
|
||||
&.full_page
|
||||
height: $index_top_img_height
|
||||
min-height: $index_top_img_height
|
||||
background-attachment: fixed
|
||||
|
||||
#site-info
|
||||
@@ -70,7 +70,7 @@
|
||||
|
||||
// page
|
||||
&.not-home-page
|
||||
height: 20rem
|
||||
min-height: 20rem
|
||||
|
||||
+maxWidth768()
|
||||
height: 14rem
|
||||
@@ -86,7 +86,7 @@
|
||||
|
||||
// post
|
||||
&.post-bg
|
||||
height: 20rem
|
||||
min-height: 20rem
|
||||
|
||||
+maxWidth768()
|
||||
height: 18rem
|
||||
@@ -118,7 +118,7 @@
|
||||
|
||||
&.not-top-img
|
||||
margin-bottom: .5rem
|
||||
height: 60px
|
||||
min-height: 60px
|
||||
background: 0
|
||||
|
||||
#nav
|
||||
|
||||
Reference in New Issue
Block a user