Can I change the size of the progress bar?


Yes, you can change the size of the progress bar by adding the following code in the customisation interface:

<style>
#progressBar{height: 20px !important;}
</style>