Reduce top margin on player text
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 9m0s
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 9m0s
This commit is contained in:
@@ -61,7 +61,7 @@ const initialQueue = await Promise.all(
|
|||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="p-2 text-white md:p-3">
|
<div class="px-2 pt-2 pb-2 text-white md:px-3 md:pb-3">
|
||||||
<div class="grid grid-cols-2 text-xs">
|
<div class="grid grid-cols-2 text-xs">
|
||||||
<span id="player:times:current" class="col-span-1 text-left">0:00</span>
|
<span id="player:times:current" class="col-span-1 text-left">0:00</span>
|
||||||
<span id="player:times:duration" class="col-span-1 text-right">0:00</span>
|
<span id="player:times:duration" class="col-span-1 text-right">0:00</span>
|
||||||
|
Reference in New Issue
Block a user