Skip to content

Commit

Permalink
Add search for user #11
Browse files Browse the repository at this point in the history
  • Loading branch information
Scobiform committed Apr 20, 2024
1 parent 92d7186 commit c1c9389
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,16 +150,16 @@ nav p {

#spinnerContainer {
position: absolute;
top: 50%;
left: 50%;
bottom: 0.42rem;
left: 0.42rem;
transform: translate(-50%, -50%);
}

.spinner {
border-top: 16px solid var(--british-racing-green);
border-radius: 50%;
width: 120px;
height: 120px;
width: 2.1rem;
height: 2.1rem;
animation: spin 2s linear infinite;
}

Expand Down

0 comments on commit c1c9389

Please sign in to comment.