angular-loading icon indicating copy to clipboard operation
angular-loading copied to clipboard

Please update to latest Spin.js

Open akuznetsov-gridgain opened this issue 8 years ago • 2 comments

Latest version of spin.js is 2.3.2.

May be only README.md should be updated. Line with: src="//cdnjs.cloudflare.com/ajax/libs/spin.js/1.2.7/spin.min.js"

akuznetsov-gridgain avatar Sep 16 '15 03:09 akuznetsov-gridgain

I checked with spin.js 2.3.2 and found that Display text is not centered under spinner. But if I use 1.2.7 version - it does.

akuznetsov-gridgain avatar Sep 16 '15 11:09 akuznetsov-gridgain

The above, I believe is incorrect. As of spin.js 2.3.2, the text is in fact centered, whereas the spinner itself is shifted to the left. I know it was posted last year, but since spin.js hasn't been updated this issue is still relevant.

Simple fix:

.dw-loading > .dw-loading-body > .dw-loading-spinner { position: relative; left: 50%; }

KreepN avatar Aug 18 '16 17:08 KreepN