mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-22 05:27:20 +00:00
Decrease bottom margin of seekbar timestamp
This commit is contained in:
parent
0705ef1342
commit
b594eeea6d
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user