billing: Fix loading spinner not aligned on upgrade page.

This commit is contained in:
Aman Agrawal
2025-07-20 07:58:56 +05:30
committed by Tim Abbott
parent 71f1c5677a
commit 896fc5e8b6

View File

@@ -226,8 +226,10 @@
.zulip-loading-logo {
margin: 0 auto;
width: 24px;
height: 24px;
width: 30px;
/* Adjusting height moves the loading spinner vertically.
Manually adjusted to align spinner and z-logo. */
height: 23px;
}
.zulip-loading-logo svg circle {