mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-14 17:15:09 +00:00
Add btn in video desc to show transcript
This commit is contained in:
@@ -816,3 +816,20 @@ h1, h2, h3, h4, h5, p,
|
||||
#download_widget {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.description-widget {
|
||||
display: flex;
|
||||
white-space: normal;
|
||||
gap: 15px;
|
||||
|
||||
border-top: 1px solid black;
|
||||
}
|
||||
|
||||
.description-show-transcript-widget {
|
||||
padding: 10px;
|
||||
flex-direction: column
|
||||
}
|
||||
|
||||
.description-show-transcript-widget > * {
|
||||
margin: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user