Skip to content

Commit

Permalink
recenter spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartondock committed Apr 30, 2024
1 parent abd77ec commit 041a819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/styles/preview.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
.loadingSpinner {
&:before {
display: block;
align: center;
justify-content: center;
width: 5em;
height: 5em;
margin: 40vh auto auto;
margin-top: 40vh;
margin-left: calc(0.45 * (100vw - var(--nav-width)));

content: "";
animation: loadingSpinner 0.6s linear infinite;
Expand Down

0 comments on commit 041a819

Please sign in to comment.