Skip to content

Commit 3f6788b

Browse files
Moved loading bar on root more towards bottom
1 parent cea6ef3 commit 3f6788b

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

.DS_Store

0 Bytes
Binary file not shown.

app/.DS_Store

0 Bytes
Binary file not shown.

app/root.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ export function HydrateFallback() {
8484
className="w-40 h-40 absolute top-1/3 left-1/2 transform -translate-x-1/2 -translate-y-1/2"
8585
/>
8686
</div>
87-
<div className="absolute bottom-80 left-1/2 transform -translate-x-1/2 w-64">
88-
<div className="w-full bg-gray-700 rounded-full h-3">
87+
<div className="absolute bottom-20 left-1/2 transform -translate-x-1/2 w-64">
88+
<div className="w-full bg-gray-700 rounded-full h-1.5">
8989
<div
90-
className="bg-white h-3 rounded-full"
90+
className="bg-white h-1.5 rounded-full"
9191
style={{ width: `${progress}%` }}
9292
></div>
9393
</div>

app/routes/.DS_Store

0 Bytes
Binary file not shown.

app/routes/styles/.DS_Store

0 Bytes
Binary file not shown.

public/.DS_Store

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)