page_loader: Correct hard-coded pixel values.

This commit is contained in:
Karl Stolley
2025-04-28 15:21:06 -05:00
committed by Tim Abbott
parent 4f8263cd7f
commit f20aed49d4
3 changed files with 13 additions and 7 deletions

View File

@@ -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;
}