From 23d4e787b163a46ecd060e9d53037dcd2e267def Mon Sep 17 00:00:00 2001 From: Maruan Al-Shedivat Date: Mon, 24 Oct 2022 09:07:39 -0400 Subject: [PATCH] Enable progress bar by default --- _config.yml | 2 +- _sass/_base.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 079a205108db..16dee29773aa 100644 --- a/_config.yml +++ b/_config.yml @@ -308,7 +308,7 @@ enable_navbar_social: false # enables displaying social links in the enable_project_categories: true # enables categorization of projects into # multiple categories enable_medium_zoom: true # enables image zoom feature (as on medium.com) -enable_progressbar: false # enables a horizontal progress bar linked to the vertical scroll position +enable_progressbar: true # enables a horizontal progress bar linked to the vertical scroll position # ----------------------------------------------------------------------------- # Library versions diff --git a/_sass/_base.scss b/_sass/_base.scss index f507af59a18d..1553e649f03d 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -666,7 +666,7 @@ progress { /* Dimensions */ width: 100%; - height: 5px; + height: 1px; /* Reset the appearance */ -webkit-appearance: none;