File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 9393 class =" h-12 px-4 border-b-2 border-b-white/5 flex justify-center items-center gap-12 relative"
9494 >
9595 <span
96- class =" tabular-nums"
96+ class =" tabular-nums select-none "
9797 title ={secondsToTime ($videoStatus .currentTime , { showMilliseconds: true })}
9898 >
9999 {secondsToTime (Math .floor ($videoStatus .currentTime ))}
105105 }}
106106 />
107107 <span
108- class =" text-white/50 tabular-nums"
108+ class =" text-white/50 tabular-nums select-none "
109109 title ={secondsToTime ($recording ?.duration ?? 0 , { showMilliseconds: true })}
110110 >
111111 {secondsToTime (Math .floor ($recording ?.duration ?? 0 ))}
Original file line number Diff line number Diff line change 3232 {#each seconds as num }
3333 {#if num % INDICATORS_PER_DURATION [indicator ].big === 0 }
3434 <div class =" flex flex-col items-center relative z-10" >
35- <span class =" text-xs text-white/40 absolute -top-4" >
35+ <span class =" text-xs text-white/40 absolute -top-4 select-none " >
3636 {secondsToTime (num )}
3737 </span >
3838 <div class =" w-0.5 h-4 bg-white/20 translate-y-1/2" />
Original file line number Diff line number Diff line change 7070 class =" w-[12px] h-[75%] bg-blue-900 rounded-l-md flex justify-center items-center relative"
7171 >
7272 <output
73- class =" py-1 px-2 bg-neutral-300 rounded-md text-neutral-800 text-xs hidden absolute top-0 left-1/2 z-20 -translate-y-9 -translate-x-1/2 tabular-nums group-active:block"
73+ class =" py-1 px-2 bg-neutral-300 rounded-md text-neutral-800 text-xs hidden absolute top-0 left-1/2 z-20 -translate-y-9 -translate-x-1/2 tabular-nums select-none group-active:block"
7474 >
7575 {secondsToTime ($edits .startAt , { showMilliseconds: true })}
7676 </output >
8181 class =" w-[12px] h-[75%] bg-blue-900 rounded-r-md flex justify-center items-center relative"
8282 >
8383 <output
84- class =" py-1 px-2 bg-neutral-300 rounded-md text-neutral-800 text-xs hidden absolute top-0 left-1/2 z-20 -translate-y-9 -translate-x-1/2 tabular-nums group-active:block"
84+ class =" py-1 px-2 bg-neutral-300 rounded-md text-neutral-800 text-xs hidden absolute top-0 left-1/2 z-20 -translate-y-9 -translate-x-1/2 tabular-nums select-none group-active:block"
8585 >
8686 {secondsToTime ($edits .endAt , { showMilliseconds: true })}
8787 </output >
Original file line number Diff line number Diff line change 146146 class =" w-[12px] h-[75%] bg-emerald-900 rounded-l-md flex justify-center items-center relative"
147147 >
148148 <output
149- class =" py-1 px-2 bg-neutral-300 rounded-md text-neutral-800 text-xs hidden absolute top-0 left-1/2 z-20 -translate-y-9 -translate-x-1/2 tabular-nums group-active:block"
149+ class =" py-1 px-2 bg-neutral-300 rounded-md text-neutral-800 text-xs hidden absolute top-0 left-1/2 z-20 -translate-y-9 -translate-x-1/2 tabular-nums select-none group-active:block"
150150 >
151151 {secondsToTime (zoom .start , { showMilliseconds: true })}
152152 </output >
157157 class =" w-[12px] h-[75%] bg-emerald-900 rounded-r-md flex justify-center items-center relative"
158158 >
159159 <output
160- class =" py-1 px-2 bg-neutral-300 rounded-md text-neutral-800 text-xs hidden absolute top-0 left-1/2 z-20 -translate-y-9 -translate-x-1/2 tabular-nums group-active:block"
160+ class =" py-1 px-2 bg-neutral-300 rounded-md text-neutral-800 text-xs hidden absolute top-0 left-1/2 z-20 -translate-y-9 -translate-x-1/2 tabular-nums select-none group-active:block"
161161 >
162162 {secondsToTime (zoom .end , { showMilliseconds: true })}
163163 </output >
You can’t perform that action at this time.
0 commit comments