SoapboxMount: display a spinner while API requests are loading

This commit is contained in:
Alex Gleason
2022-05-18 14:38:49 -05:00
parent b3d2306aaf
commit 93187c8eed
3 changed files with 24 additions and 8 deletions

View File

@@ -1,9 +1,9 @@
/**
* iOS style loading spinner.
* Adapted from: https://loading.io/css/
* With some help scaling it: https://signalvnoise.com/posts/2577-loading-spinner-animation-using-css-and-webkit
*/
.spinner {
@apply inline-block relative w-20 h-20;
}