Reduce top margin on player text
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 9m0s

This commit is contained in:
2025-09-28 14:13:31 +09:30
parent d2b668ba12
commit 07fcb0ff75

View File

@@ -61,7 +61,7 @@ const initialQueue = await Promise.all(
>
</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">
<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>