mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-12 22:17:06 +08:00
fix: 修復 footer 在部分瀏覽器沒有顯示在底部的 bug close #616
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "hexo-theme-butterfly",
|
"name": "hexo-theme-butterfly",
|
||||||
"version": "3.8.1",
|
"version": "3.8.2",
|
||||||
"description": "A Simple and Card UI Design theme for Hexo",
|
"description": "A Simple and Card UI Design theme for Hexo",
|
||||||
"main": "package.json",
|
"main": "package.json",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
// index
|
// index
|
||||||
&.full_page
|
&.full_page
|
||||||
min-height: $index_top_img_height
|
height: $index_top_img_height
|
||||||
background-attachment: fixed
|
background-attachment: fixed
|
||||||
|
|
||||||
#site-info
|
#site-info
|
||||||
@@ -70,7 +70,7 @@
|
|||||||
|
|
||||||
// page
|
// page
|
||||||
&.not-home-page
|
&.not-home-page
|
||||||
min-height: 20rem
|
height: 20rem
|
||||||
|
|
||||||
+maxWidth768()
|
+maxWidth768()
|
||||||
height: 14rem
|
height: 14rem
|
||||||
@@ -86,7 +86,7 @@
|
|||||||
|
|
||||||
// post
|
// post
|
||||||
&.post-bg
|
&.post-bg
|
||||||
min-height: 20rem
|
height: 20rem
|
||||||
|
|
||||||
+maxWidth768()
|
+maxWidth768()
|
||||||
height: 18rem
|
height: 18rem
|
||||||
@@ -118,7 +118,7 @@
|
|||||||
|
|
||||||
&.not-top-img
|
&.not-top-img
|
||||||
margin-bottom: .5rem
|
margin-bottom: .5rem
|
||||||
min-height: 60px
|
height: 60px
|
||||||
background: 0
|
background: 0
|
||||||
|
|
||||||
#nav
|
#nav
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#body-wrap
|
#body-wrap
|
||||||
display: flex
|
display: flex
|
||||||
flex-direction: column
|
flex-direction: column
|
||||||
height: 100vh
|
min-height: 100vh
|
||||||
|
|
||||||
.layout
|
.layout
|
||||||
display: flex
|
display: flex
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ $font-color = #1F2D3D
|
|||||||
$rem = 20px
|
$rem = 20px
|
||||||
$text-line-height = 2
|
$text-line-height = 2
|
||||||
$web-bg = hexo-config('background') && unquote(hexo-config('background'))
|
$web-bg = hexo-config('background') && unquote(hexo-config('background'))
|
||||||
$index_top_img_height = hexo-config('index_top_img_height') ? convert(hexo-config('index_top_img_height')) : 100%
|
$index_top_img_height = hexo-config('index_top_img_height') ? convert(hexo-config('index_top_img_height')) : 100vh
|
||||||
$index_site_info_top = hexo-config('index_site_info_top') ? convert(hexo-config('index_site_info_top')) : 43%
|
$index_site_info_top = hexo-config('index_site_info_top') ? convert(hexo-config('index_site_info_top')) : 43%
|
||||||
// Global color & SVG
|
// Global color & SVG
|
||||||
$light-blue = $theme-color
|
$light-blue = $theme-color
|
||||||
|
|||||||
Reference in New Issue
Block a user