fix: dont constrain sub delay

This commit is contained in:
ThaUnknown 2025-06-02 15:22:18 +02:00
parent 11f8c58739
commit 1f82dc8fa9
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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>