File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3232
3333 # initial-logo , # progress-logo {
3434 position : absolute;
35+ max-width : 80% ;
3536 }
3637
3738 # initial-logo {
4041
4142 # progress-logo {
4243 clip-path : inset (0 100% 0 0 );
43- transition : clip-path 0.5 s ;
44+ transition : clip-path 0.2 s ;
4445 }
4546
4647 # app-loading-error {
7374 < body >
7475 < div id ="app "> </ div >
7576 < div id ="app-loading-placeholder ">
76- < img id ="initial-logo " src ="<%=require('./images/logo-large .png')%> ">
77- < img id ="progress-logo " src ="<%=require('./images/logo-large .png')%> ">
77+ < img id ="initial-logo " src ="<%=require('./images/loading-logo .png')%> ">
78+ < img id ="progress-logo " src ="<%=require('./images/loading-logo .png')%> ">
7879 < div id ="app-loading-error "> </ div >
7980 < div id ="app-loading-error-details "> </ div >
8081 </ div >
You can’t perform that action at this time.
0 commit comments