Skip to content

Commit

Permalink
Fix loader position
Browse files Browse the repository at this point in the history
  • Loading branch information
th3M1ke committed Nov 15, 2021
1 parent 79caab0 commit 72bbc7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ limitations under the License.

.LoadingIndicator.is-vcentered {
display: block;
margin-top: calc(100vh - 50% - 18px);
margin: auto;
}

.LoadingIndicator.is-small {
Expand Down

0 comments on commit 72bbc7f

Please sign in to comment.