[deleted] Thanks! It's the simple little hacks that are sometimes not thought of. For anyone else, to hide the spinner just for this area of Flarum:
.UserDirectoryList .spinner {
display: none;
}
You of course now will not have a page loading spinner visible for the User Directory, but that's not a huge deal IMO.
Edit: And now I see the post above from UaMV giving this suggestion. Well, I'll still leave this here in case anyone has not seen this. 🙂