mirror of https://github.com/VERT-sh/VERT.git
fix: remove debug red progress thing
This commit is contained in:
parent
6bd3efd6f0
commit
df2e8ee4c5
|
@ -262,10 +262,10 @@
|
||||||
? 'var(--accent-bg)'
|
? 'var(--accent-bg)'
|
||||||
: 'var(--fg-muted-alt)'}; transition: border 1000ms ease; transition: filter {duration}ms var(--transition), transform {duration}ms var(--transition);"
|
: 'var(--fg-muted-alt)'}; transition: border 1000ms ease; transition: filter {duration}ms var(--transition), transform {duration}ms var(--transition);"
|
||||||
>
|
>
|
||||||
<div
|
<!-- <div
|
||||||
class="absolute top-0 left-0 bg-red-500 h-full"
|
class="absolute top-0 left-0 bg-red-500 h-full"
|
||||||
style="width: {file.progress}%; transition: width 500ms linear;"
|
style="width: {file.progress}%; transition: width 500ms linear;"
|
||||||
></div>
|
></div> -->
|
||||||
<div
|
<div
|
||||||
class="flex gap-8 sm:gap-0 sm:flex-row flex-col items-center justify-between w-full z-50 relative sm:h-fit h-full"
|
class="flex gap-8 sm:gap-0 sm:flex-row flex-col items-center justify-between w-full z-50 relative sm:h-fit h-full"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue