ui(layout): modified header height

This commit is contained in:
XPoet 2021-04-29 10:53:39 +08:00
parent 7a9f4170a8
commit 68df908550
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@
// ======================================================================================== // ========================================================================================
// layout // layout
// ======================================================================================== // ========================================================================================
$header-height = 68px; // header height $header-height = 70px; // header height
$header-shrink-height = 50px; // header shrink height $header-shrink-height = $header-height * 0.7; // header shrink height
$scroll-progress-bar-height = 2px; // scroll progress bar height $scroll-progress-bar-height = 2px; // scroll progress bar height
$main-content-width = 80%; // main content width (PC) $main-content-width = 80%; // main content width (PC)
$main-content-width-tablet = 86%; // main content width (tablet) $main-content-width-tablet = 86%; // main content width (tablet)