@@ -30,18 +30,18 @@ html, body {
3030 z-index : 2 ;
3131}
3232
33- #overlay > .message {
33+ #overlay > .message {
3434 color : white ;
3535 margin-top : 10px ;
3636 opacity : 0.5 ;
3737}
3838
39- #overlay .error > .message {
39+ #overlay .error > .message {
4040 color : white ;
4141 opacity : 0.3 ;
4242}
4343
44- #overlay > .activitybar {
44+ #overlay > .activitybar {
4545 background-color : rgb (44 , 44 , 44 );
4646 bottom : 0 ;
4747 height : 100% ;
@@ -51,14 +51,14 @@ html, body {
5151 width : 50px ;
5252}
5353
54- #overlay > .activitybar svg {
54+ #overlay > .activitybar svg {
5555 fill : white ;
5656 margin-left : 2px ;
5757 margin-top : 2px ;
5858 opacity : 0.3 ;
5959}
6060
61- #overlay .error > #status {
61+ #overlay .error > #status {
6262 opacity : 0 ;
6363}
6464
@@ -76,7 +76,7 @@ html, body {
7676 transform-style : preserve-3d ;
7777}
7878
79- #logo > svg {
79+ #logo > svg {
8080 fill : rgb (0 , 122 , 204 );
8181 opacity : 1 ;
8282 width : 100px ;
@@ -94,7 +94,7 @@ html, body {
9494 transition : 300ms opacity ease ;
9595}
9696
97- #status > # progress {
97+ #progress {
9898 background : rgba (0 , 0 , 0 , 0.2 );
9999 border-bottom-left-radius : 5px ;
100100 border-bottom-right-radius : 5px ;
@@ -134,11 +134,19 @@ html, body {
134134 }
135135}
136136
137- #status > #progress > # fill {
137+ #fill {
138138 animation : statusProgress 2s ease infinite ;
139139 background-size : 400% 400% ;
140140 background : linear-gradient (270deg , #007acc , #0016cc );
141141 height : 100% ;
142142 transition : 500ms width ease ;
143143 width : 0% ;
144144}
145+
146+ .reload-button {
147+ background-color : #007acc ;
148+ border-radius : 2px ;
149+ cursor : pointer ;
150+ margin-top : 10px ;
151+ padding : 6px 10px ;
152+ }
0 commit comments