Decrease bottom margin of seekbar timestamp

This commit is contained in:
Bnyro 2023-06-28 08:52:03 +02:00
parent 0705ef1342
commit b594eeea6d
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<span
ref="previewContainer"
id="preview-container"
class="hidden flex-col absolute bottom-0 z-[2000] mb-[4.5%] items-center"
class="hidden flex-col absolute bottom-0 z-[2000] mb-[3.5%] items-center"
>
<canvas ref="preview" id="preview" class="rounded-sm" />
<span v-text="timeFormat(currentTime)" class="text-sm mt-2 rounded-xl pb-1 pt-1.5 px-2 bg-dark-700 w-min" />