feat: Wrapped up work on measurements sets
This commit is contained in:
parent
770b608090
commit
dbe1a04552
23 changed files with 1292 additions and 359 deletions
|
@ -47,7 +47,10 @@ const LoadingStatus = ({ loadingStatus }) => {
|
|||
}
|
||||
|
||||
return (
|
||||
<div className="fixed bottom-14 md:top-28 left-0 w-full z-50 md:px-4 md:mx-auto">
|
||||
<div
|
||||
className="fixed bottom-14 md:top-28 left-0 w-full z-50 md:px-4 md:mx-auto"
|
||||
style={{ zIndex: 500 }}
|
||||
>
|
||||
<div
|
||||
className={`w-full md:max-w-2xl m-auto bg-${color} flex flex-row items-center gap-4 p-4 px-4 ${fade}
|
||||
transition-opacity delay-[${timeout * 1000 - 400}ms] duration-300
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue