Add logic to swap languages in transcript widget

This commit is contained in:
syeopite
2024-06-13 09:33:34 -07:00
parent 5ba6baea19
commit b781036404
4 changed files with 88 additions and 18 deletions

View File

@@ -874,4 +874,18 @@ h1, h2, h3, h4, h5, p,
.transcript-line:hover, .selected.transcript-line, .transcript-title-line:hover, .selected.transcript-title-line {
background: #cacaca;
}
.video-transcript > footer {
padding-bottom: 14px;
border-top: 1px solid #a0a0a0
}
.video-transcript > footer > form {
display: flex;
justify-content: center;
}
.video-transcript > footer select {
width: 75%;
}