26 lines
360 B
CSS
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;
|
|
}
|