Enable progress bar by default
This commit is contained in:
parent
08a839c5f5
commit
232ff286b2
|
|
@ -308,7 +308,7 @@ enable_navbar_social: false # enables displaying social links in the
|
||||||
enable_project_categories: true # enables categorization of projects into
|
enable_project_categories: true # enables categorization of projects into
|
||||||
# multiple categories
|
# multiple categories
|
||||||
enable_medium_zoom: true # enables image zoom feature (as on medium.com)
|
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
|
# Library versions
|
||||||
|
|
|
||||||
|
|
@ -666,7 +666,7 @@ progress {
|
||||||
|
|
||||||
/* Dimensions */
|
/* Dimensions */
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 5px;
|
height: 1px;
|
||||||
|
|
||||||
/* Reset the appearance */
|
/* Reset the appearance */
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue