UNPKG
@chayns/react-audio-editor
Version:
latest (0.0.2)
0.0.2
0.0.1
Tool to edit audio tracks.
@chayns/react-audio-editor
/
lib
/
components
/
editor
/
controlBar
/
ControlBar.css
8 lines
(7 loc)
•
145 B
CSS
View Raw
1
2
3
4
5
6
7
8
.audio-editor
.editor
.control-bar
{
position
: absolute;
top
:
0
;
left
:
0
;
width
:
100%
;
display
: flex;
flex-direction
: row-reverse; }