From 4bd6fce1c1f70afb0fb2f75d7312e911d00b3c99 Mon Sep 17 00:00:00 2001 From: doer <840004959@qq.com> Date: Sat, 23 May 2026 16:53:05 +0800 Subject: [PATCH] fix(cli): fix layout width bug and ensure system prompt header is used --- hermes_cli/session_export_html.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/hermes_cli/session_export_html.py b/hermes_cli/session_export_html.py index 09bfbc02948..9750041b69e 100644 --- a/hermes_cli/session_export_html.py +++ b/hermes_cli/session_export_html.py @@ -228,9 +228,6 @@ HTML_TEMPLATE = """ margin: 0; }} - .layout-multi .main-content {{ - width: 0; - }} .session-view.active {{ display: block; }}