Skip to content

Commit 047e456

Browse files
author
Vikas Agarwal
committed
Github issue#1263, Blank screen shown momentarily while project is being created
— Fixed the screen so that it now shows the loading spinner to give some feedback to user that something is happening.
1 parent 1c93c6f commit 047e456

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
.loading-indicator {
22
height: 80%;
33
width: 100%;
4+
min-height: 70px;
5+
min-width: 70px;
46
background: 50% 50% no-repeat;
57
background-size: 70px 70px;
68
}

0 commit comments

Comments
 (0)