mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-04-07 08:29:22 +00:00
fix: dont constrain sub delay
This commit is contained in:
parent
11f8c58739
commit
1f82dc8fa9
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ui",
|
||||
"version": "6.3.43",
|
||||
"version": "6.3.44",
|
||||
"license": "BUSL-1.1",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.14.4",
|
||||
|
|
|
|||
|
|
@ -155,7 +155,7 @@
|
|||
</Tree.Item>
|
||||
<div class='flex items-center relative scale-parent font-bold'>
|
||||
<div class='shrink-0 absolute left-4 z-10 pointer-events-none text-sm leading-5'>Delay</div>
|
||||
<Input type='number' inputmode='numeric' pattern='[0-9]*.?[0-9]*' step='0.1' min='-50' max='50' bind:value={subtitleDelay} {id} class='w-full shrink-0 px-12 border-0 !ring-0 no-scale text-right hover:bg-accent hover:text-accent-foreground rounded-sm' />
|
||||
<Input type='number' inputmode='numeric' pattern='[0-9]*.?[0-9]*' step='0.1' bind:value={subtitleDelay} {id} class='w-full shrink-0 px-12 border-0 !ring-0 no-scale text-right hover:bg-accent hover:text-accent-foreground rounded-sm' />
|
||||
<div class='shrink-0 absolute right-3 z-10 pointer-events-none text-sm leading-5'>sec</div>
|
||||
</div>
|
||||
</Tree.Sub>
|
||||
|
|
|
|||
Loading…
Reference in a new issue