Skip to content

Commit b66ef00

Browse files
committed
Expanded loading state for a smoother transition
1 parent f94a74d commit b66ef00

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)