Skip to content

Commit

Permalink
Merge pull request #240 from hyperaudio/231-performance-long-transcripts
Browse files Browse the repository at this point in the history
231 performance long transcripts
  • Loading branch information
maboa authored Dec 19, 2024
2 parents 8640f07 + fd762c5 commit b26ea54
Show file tree
Hide file tree
Showing 6 changed files with 2,066 additions and 105 deletions.
5 changes: 3 additions & 2 deletions css/hyperaudio-lite-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dialog::backdrop {
background-color: #ffffff;
overflow-y:scroll;
position: absolute;
top: 0;
top: 70px;
left: 400px;
right: 0;
bottom: 0;
Expand All @@ -81,7 +81,7 @@ dialog::backdrop {

.hyperaudio-transcript {
position: absolute;
top: 40px;
top: 10px;
bottom: 0px;
background-color: #ffffff;
padding-top: 48px;
Expand Down Expand Up @@ -176,5 +176,6 @@ dialog::backdrop {
.caption-row input.start, .caption-row input.end {
width: 12ch;
}


}
Loading

0 comments on commit b26ea54

Please sign in to comment.