mirror of https://github.com/zulip/zulip.git
Document the connection between loading indicator CSS and associated JS constants
(imported from commit 21947f311e0df0aa7353eb57857c14ba0a5eceb2)
This commit is contained in:
parent
dba8b27a35
commit
8bade19451
|
@ -563,12 +563,16 @@ table.floating_recipient {
|
|||
}
|
||||
|
||||
.loading_indicator_spinner {
|
||||
/* If you change these, make sure to adjust the constants in
|
||||
* make_loading_indicator as well */
|
||||
height: 38px;
|
||||
width: 38px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.loading_indicator_text {
|
||||
/* If you change these, make sure to adjust the constants in
|
||||
* make_loading_indicator as well */
|
||||
margin-left: 20px;
|
||||
font-size: 33px;
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Reference in New Issue