From 40c2c11c85f6c6ec34d8b727d87b75a610841331 Mon Sep 17 00:00:00 2001 From: "alexei.dolgolyov" Date: Fri, 6 Feb 2026 17:34:11 +0300 Subject: [PATCH] Update media-server: Improve script/callback table layout and command editor UX - Reduce command column max-width from 300px/400px to 200px for better table fit - Change command input from single-line text to multiline textarea (3 rows) - Apply changes to both script and callback dialogs - Prevents table overflow and makes editing long commands easier Co-Authored-By: Claude Sonnet 4.5 --- media_server/static/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/media_server/static/index.html b/media_server/static/index.html index 8afcbe4..88e15fd 100644 --- a/media_server/static/index.html +++ b/media_server/static/index.html @@ -1054,7 +1054,7 @@