Spinner is left-aligned

This commit is contained in:
Matilde Park 2019-08-09 18:50:20 -04:00
parent d18dc6c76c
commit d14f8b1db7
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ export class HeaderBar extends Component {
render() {
let spin = (this.props.spinner)
? <div className="absolute"
style={{width: 16, height: 16, top: 16, right: 16}}>
style={{width: 16, height: 16, top: 16, left: 55}}>
<IconSpinner/>
</div>
: null;

View File

@ -7,7 +7,7 @@ export class HeaderBar extends Component {
render() {
let spin = (this.props.spinner)
? <div className="absolute"
style={{width: 16, height: 16, top: 16, right: 16}}>
style={{width: 16, height: 16, top: 16, left: 55}}>
<IconSpinner/>
</div>
: null;