Open phpcontrols opened 2 years ago
Great idea, +1!
These CSS overrides seem to be working in my case :
#nprogress .spinner {
/* ... */
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#nprogress .spinner-icon {
/* ... */
margin: auto;
/* ... */
}
There must be cleaner ways to achieve this, but time is a scarce commodity... ^^'
I wanted to users to know that they need to wait for the spinner to go away before proceed. Possible?