mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
page_loader: Correct hard-coded pixel values.
This commit is contained in:
@@ -469,9 +469,9 @@ input.settings_text_input {
|
||||
/* Standard loading indicators generated by the loading.ts API */
|
||||
.loading_indicator_spinner {
|
||||
/* If you change these, make sure to adjust the constants in
|
||||
loading.make_indicator as well */
|
||||
height: 38px;
|
||||
width: 38px;
|
||||
loading.make_indicator as well. 38px at 14px/1em */
|
||||
height: 2.7143em;
|
||||
width: 2.7143em;
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user