Skip to content

Commit 9823f16

Browse files
committed
Merge remote-tracking branch 'upstream/pr/840'
2 parents 111c9a8 + b66ef00 commit 9823f16

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

app/styles/app.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,11 @@ span.small {
183183
color: rgb(166, 0, 0)
184184
}
185185

186+
div.loading-state {
187+
text-align: center;
188+
height: 65vh;
189+
padding-top: 30vh;
190+
}
186191
span.loading {
187192
display: inline-block;
188193
width: 16px;

app/templates/loading.hbs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
Loading...
1+
<div class="loading-state">
2+
<span class="loading"></span> Loading...
3+
</div>

0 commit comments

Comments
 (0)