Skip to content

Commit

Permalink
Merge pull request #51 from shaifulazh/center-loading
Browse files Browse the repository at this point in the history
centering loading div
  • Loading branch information
ryansurf authored Jul 19, 2024
2 parents 3f3202c + 1d0f053 commit 3a39735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
<div class="flex flex-col h-[50vh] max-w-xl min-w-96">
<div id="serverResponse" class="text-black flex flex-row justify-center pb-8 bg-white p-4 rounded-lg shadow-lg">
</div>
<div id="loadingDiv" class="flex">
<div class="relative">
<div id="loadingDiv">
<div class="flex flex-row justify-center">
<!-- Outer Ring-->
<div class="w-6 h-6 rounded-full absolute
border-4 border-solid border-gray-200"></div>
Expand Down

1 comment on commit 3a39735

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
src
   __init__.py00100% 
   api.py101694%30, 48, 70–71, 103–104
   art.py9367%24–25, 37
   cli.py23483%34, 50–51, 55
   gpt.py10640%16–21, 32–45
   helper.py1555863%53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 91, 102–106, 132, 134, 136, 145–153, 165, 178–179, 197–199, 209, 211–212, 234–235, 272–282, 289–297
   send_email.py24240%5–48
   server.py41410%5–82
   settings.py220100% 
TOTAL38514263% 

Tests Skipped Failures Errors Time
9 0 💤 0 ❌ 0 🔥 13.695s ⏱️

Please sign in to comment.