refactor: remove double space in css file
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2346>
This commit is contained in:
parent
81425d930b
commit
48f2942142
|
@ -24,7 +24,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.audio-bar:nth-child(1) { animation-duration: 0.4s; }
|
.audio-bar:nth-child(1) { animation-duration: 0.4s; }
|
||||||
.audio-bar:nth-child(2) { animation-duration: 0.2s; }
|
.audio-bar:nth-child(2) { animation-duration: 0.2s; }
|
||||||
.audio-bar:nth-child(3) { animation-duration: 1.0s; }
|
.audio-bar:nth-child(3) { animation-duration: 1.0s; }
|
||||||
.audio-bar:nth-child(4) { animation-duration: 0.3s; }
|
.audio-bar:nth-child(4) { animation-duration: 0.3s; }
|
||||||
|
|
Loading…
Reference in New Issue