mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-14 09:05:09 +00:00
Add logic to swap languages in transcript widget
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
Reference in New Issue
Block a user