Skip to content

Commit

Permalink
fix: hide seekbar on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
pxeemo committed Nov 22, 2024
1 parent 4a60f6d commit d82cef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<option value="1.5">x1.5</option>
</select>

<div class="flex items-center gap-2">
<div class="sm:flex hidden items-center gap-2">
<span id="currentTime">0:00</span>
<input class="w-44" type="range" id="seekBar" value="0">
<span id="duration">0:00</span>
Expand Down

0 comments on commit d82cef7

Please sign in to comment.