From 9b2e45f1f521abf03a0b3a320c9f24d621746be0 Mon Sep 17 00:00:00 2001 From: hbrain Date: Sat, 30 May 2026 00:26:53 +0200 Subject: [PATCH] Admin: ensure Describe button present and visible; add CSS --- new.php | 2 +- style.css | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/new.php b/new.php index f781018..bc9a989 100644 --- a/new.php +++ b/new.php @@ -548,7 +548,7 @@ $runningJobs = active_worker_jobs($config); -
RenderingEdit

No videoPreview video

· files

+
RenderingDescribeEdit

No videoPreview video

· files

Edit input dir

in-dir/

This input directory is . Editing is disabled until the job completes.

Edit input dir

in-dir/

Files and captions

No caption for audio files
diff --git a/style.css b/style.css index a44e0c5..578608e 100644 --- a/style.css +++ b/style.css @@ -43,3 +43,5 @@ .caption-row .preview{width:100%;height:180px} .caption-row button[type="button"]{width:100%} } + +.describe-button{display:inline-block;margin-right:.6rem}