From 68df908550f6c81f22ee9b891f07f72eb6beff79 Mon Sep 17 00:00:00 2001 From: XPoet Date: Thu, 29 Apr 2021 10:53:39 +0800 Subject: [PATCH] ui(layout): modified header height --- source/css/common/variables.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/css/common/variables.styl b/source/css/common/variables.styl index 6a36379..fd7a018 100644 --- a/source/css/common/variables.styl +++ b/source/css/common/variables.styl @@ -6,8 +6,8 @@ // ======================================================================================== // layout // ======================================================================================== -$header-height = 68px; // header height -$header-shrink-height = 50px; // header shrink height +$header-height = 70px; // header height +$header-shrink-height = $header-height * 0.7; // header shrink height $scroll-progress-bar-height = 2px; // scroll progress bar height $main-content-width = 80%; // main content width (PC) $main-content-width-tablet = 86%; // main content width (tablet)