From 8ebf25c03ac1d605f37dafe62864cf0379835d1d Mon Sep 17 00:00:00 2001 From: sy-records <52o@qq52o.cn> Date: Thu, 18 Feb 2021 15:00:32 +0800 Subject: [PATCH] fix: the coverpage image display error https://github.com/docsifyjs/docsify/issues/381#issuecomment-778588443 --- src/themes/basic/_coverpage.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/themes/basic/_coverpage.styl b/src/themes/basic/_coverpage.styl index 19ba80666..d0c8d245f 100644 --- a/src/themes/basic/_coverpage.styl +++ b/src/themes/basic/_coverpage.styl @@ -15,8 +15,8 @@ section.cover opacity 0.8 position absolute top 0 - height 100% - width 100% + height 100vh + width 100vw .cover-main flex 1