Unhide Codec, hide OutputContainer

This commit is contained in:
Isaac Connor 2021-05-05 16:48:01 -04:00
parent b0b6de948d
commit ed97ff495b
1 changed files with 1 additions and 1 deletions

View File

@ -51,6 +51,6 @@ select.chosen {
tr td:first-child {
min-width: 300px;
}
.Container, .OutputCodec {
.OutputContainer {
display: none;
}