perf(theme): 优化无文章列表时页面最小高度
This commit is contained in:
parent
27116d7071
commit
e03388098e
@ -106,7 +106,7 @@ const { theme, page } = useData()
|
||||
|
||||
@media (min-width: 960px) {
|
||||
.vp-blog {
|
||||
min-height: calc(100vh - var(--vp-footer-height, 0px));
|
||||
min-height: calc(100vh - var(--vp-nav-height) - var(--vp-footer-height, 0px));
|
||||
}
|
||||
|
||||
.blog-container {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user