fix loading spinner

This commit is contained in:
Nolan Lawson 2018-01-30 21:57:41 -08:00
parent 8afe67c471
commit b33d4bd955

View file

@ -10,7 +10,7 @@
{{then constructor}} {{then constructor}}
<:Component {constructor} :timeline /> <:Component {constructor} :timeline />
{{catch error}} {{catch error}}
<div>Component failed to load. Please try refreshing! {{error}}</div> <div>Component failed to load. Try refreshing! {{error}}</div>
{{/await}} {{/await}}
</div> </div>
<style> <style>
@ -20,7 +20,7 @@
} }
.loading-page { .loading-page {
position: fixed; position: fixed;
top: 72px; top: 0;
left: 0; left: 0;
bottom: 0; bottom: 0;
right: 0; right: 0;