mirror of https://github.com/zulip/zulip.git
css: Fix loading spinner position for messages loading indicator.
This commit is contained in:
parent
3e179a2c58
commit
eeb3ff26e1
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue