When new changes arrive and you click "View new changes", an ellipsis animation appears on top of the results area. It appears at the same level as the level the first line is at, overlaying the top of the characters. For my taste, this looks clumsy.
I would've expected something like this:
This is because of margin-top: 2em; in mw.rcfilters.less:
body.mw-rcfilters-ui-loading .rcfilters-spinner {
display: block;
// When loading new results, display the spinner on top of the results area
margin-top: 2em;
}On the second image, margin-top property is removed.


