Skip to content

Commit c1fabcf

Browse files
save file
1 parent 59929cb commit c1fabcf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

utils/video/video-thumbnail-generator/video-thumbnail-generator.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@
170170
{display:flex;flex-direction:column;gap:10px;border:1px solid lightgray;padding:10px;border-radius:10px}
171171
.item [type=checkbox]
172172
{}
173+
.item .filename-root
174+
{white-space:nowrap}
173175

174176
#output
175177
{border:1px solid lightgray;padding:10px;border-radius:10px;white-space:pre-wrap;overflow:auto;font-size:16px;font-family:monospace;flex:1}
@@ -250,7 +252,7 @@ <h1 slot=seo-hdr class=visually-hidden>video thumbnail generator</h1>
250252
<div class=item style='display:none'>
251253
<img class=thumbnail>
252254
<div>
253-
<div>
255+
<div class=filename-root>
254256
<input type=checkbox>
255257
<div class=filename></div>
256258
</div>

0 commit comments

Comments
 (0)