update loading bar position

This commit is contained in:
Youwen Wu 2024-02-11 13:22:07 -08:00
parent 7192626dce
commit 492a16fbb7

View file

@ -1,7 +1,7 @@
import styles from './loading.module.css'
const LoadingBar = () => {
return (
<div className='w-full mt-[-50px]'>
<div className='w-full absolute top-0 left-0'>
<div className='h-1.5 w-full bg-pink-100 overflow-hidden'>
<div
className={`${styles.progress} w-full h-full bg-blue-500 ${styles['left-right']}`}