css: Fix loading spinner position for messages loading indicator.

This commit is contained in:
Aman Agrawal 2023-04-29 10:17:12 +00:00 committed by Tim Abbott
parent 3e179a2c58
commit eeb3ff26e1
1 changed files with 3 additions and 0 deletions

View File

@ -223,6 +223,9 @@ p.n-margin {
we need to position it below the padding. */
padding-top: var(--header-padding-bottom);
margin-bottom: 0;
/* To fit the logo inside the spinner. */
position: relative;
top: -2px;
}
#feedback_container {