fix loading spinner
This commit is contained in:
parent
8afe67c471
commit
b33d4bd955
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue