Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#230] Fix loading animation in new design #234

Merged
merged 1 commit into from
Apr 30, 2020

Conversation

klappradla
Copy link
Member

@klappradla klappradla commented Apr 30, 2020

This centers the spinner animation inside the popup window (see #230):

loading

Thanks to @pmeinhardt for pointing to these nifty debugging tools πŸ§™β€β™‚οΈ

@@ -32,11 +32,11 @@
}

@keyframes spinner-bouncedelay {
0%, 80%, 100% {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🀷

@klappradla klappradla requested a review from pmeinhardt April 30, 2020 14:23
Center the spinner animation inside the popup window.

closes #230
@klappradla klappradla force-pushed the feature/230-fix-loading-animation-in-new-design branch from fdb9875 to fee4607 Compare April 30, 2020 14:24
Copy link
Contributor

@pmeinhardt pmeinhardt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sweet! 🍭

@@ -1,5 +1,5 @@
.spinner {
margin: 4rem auto 0;
margin: 2rem auto 2rem;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neat! πŸ‘ Much better than the previous version. ✨

@klappradla klappradla merged commit 63cd0ac into master Apr 30, 2020
@klappradla klappradla deleted the feature/230-fix-loading-animation-in-new-design branch April 30, 2020 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants