Skip to content

Commit b26ea54

Browse files
authored
Merge pull request #240 from hyperaudio/231-performance-long-transcripts
231 performance long transcripts
2 parents 8640f07 + fd762c5 commit b26ea54

6 files changed

+2066
-105
lines changed

css/hyperaudio-lite-editor.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ dialog::backdrop {
7272
background-color: #ffffff;
7373
overflow-y:scroll;
7474
position: absolute;
75-
top: 0;
75+
top: 70px;
7676
left: 400px;
7777
right: 0;
7878
bottom: 0;
@@ -81,7 +81,7 @@ dialog::backdrop {
8181

8282
.hyperaudio-transcript {
8383
position: absolute;
84-
top: 40px;
84+
top: 10px;
8585
bottom: 0px;
8686
background-color: #ffffff;
8787
padding-top: 48px;
@@ -176,5 +176,6 @@ dialog::backdrop {
176176
.caption-row input.start, .caption-row input.end {
177177
width: 12ch;
178178
}
179+
179180

180181
}

0 commit comments

Comments
 (0)