mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
billing: Fix loading spinner not aligned on upgrade page.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user