File tree 3 files changed +10
-275
lines changed
sources/containers/HomePage
3 files changed +10
-275
lines changed Original file line number Diff line number Diff line change @@ -171,17 +171,17 @@ export default class Audio extends Component {
171
171
) } )
172
172
const playButton =
173
173
< IconButton
174
- iconStyle = { styles . mediumIcon }
175
- style = { styles . medium }
176
- onClick = { this . handlePlay }
174
+ iconStyle = { styles . mediumIcon }
175
+ style = { styles . medium }
176
+ onClick = { this . handlePlay }
177
177
>
178
178
< Play />
179
179
</ IconButton >
180
180
181
181
return (
182
182
< div >
183
183
{ this . props . isFetching === true ?
184
- < div >
184
+ < div className = 'main' >
185
185
< CircularProgress size = { 80 } thickness = { 5 } />
186
186
</ div > :
187
187
< div className = 'main rollIn animated' >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
}
7
7
8
8
.box-selectors {
9
-
10
9
height : 550px ;
11
10
width : 550px ;
12
11
}
38
37
.check-button {
39
38
margin-top : 20px ;
40
39
}
40
+
41
+ .loader {
42
+ margin-top : 550px ;
43
+ display : flex ;
44
+ justify-content : center ;
45
+ }
You can’t perform that action at this time.
0 commit comments