Skip to content

Commit

Permalink
feat(start): file input width fill available
Browse files Browse the repository at this point in the history
  • Loading branch information
WakelessSloth56 committed Jan 10, 2024
1 parent d1c2976 commit 1e739c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<tr>
<td><label for="video-file">Video:</label></td>
<td>
<input id="video-file" type="file" accept="video/mp4,.flv" />
<input id="video-file" type="file" accept="video/mp4,.flv" style="width:100%" />
</td>
</tr>
<tr>
Expand All @@ -35,7 +35,7 @@
<tr>
<td><label for="danmaku-file">Danmaku:</label></td>
<td>
<input id="danmaku-file" type="file" accept=".xml" />
<input id="danmaku-file" type="file" accept=".xml" style="width:100%" />
</td>
</tr>
<tr>
Expand Down

0 comments on commit 1e739c2

Please sign in to comment.