1
0
peddlers-of-ketran/client/src/MediaControl.css
James Ketrenos 6cee42845d Audio is now working, although there are loading race conditions :(
Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
2022-03-11 01:20:56 -08:00

26 lines
360 B
CSS

.MediaAgent {
position: absolute;
display: none;
top: 0;
left: 0;
z-index: 50000;
flex-direction: column;
}
.MediaControl {
display: flex;
position: relative;
flex-direction: row;
flex-grow: 1;
justify-content: flex-end;
align-items: center;
}
.MediaControl > div {
display: flex;
}
.MediaAgent .Local {
border: 3px solid red;
}