We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59929cb commit c1fabcfCopy full SHA for c1fabcf
utils/video/video-thumbnail-generator/video-thumbnail-generator.html
@@ -170,6 +170,8 @@
170
{display:flex;flex-direction:column;gap:10px;border:1px solid lightgray;padding:10px;border-radius:10px}
171
.item [type=checkbox]
172
{}
173
+ .item .filename-root
174
+ {white-space:nowrap}
175
176
#output
177
{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>
250
252
<div class=item style='display:none'>
251
253
<img class=thumbnail>
254
<div>
- <div>
255
+ <div class=filename-root>
256
<input type=checkbox>
257
<div class=filename></div>
258
</div>
0 commit comments