Skip to content

Commit

Permalink
feat: center aligned spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
harshkhandeparkar committed Nov 11, 2024
1 parent b89e947 commit 796b327
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/components/Search/search_results.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
padding: 0.5rem 1rem;
background-color: $surface-1;

.spinner {
margin-left: auto;
margin-right: auto;
}

.message {
padding: 0.5rem 0;
margin: 0;
Expand Down

0 comments on commit 796b327

Please sign in to comment.