fix(cli): fix layout width bug and ensure system prompt header is used

This commit is contained in:
doer 2026-05-23 16:53:05 +08:00 committed by Teknium
parent 271130af56
commit 4bd6fce1c1

View file

@ -228,9 +228,6 @@ HTML_TEMPLATE = """<!DOCTYPE html>
margin: 0;
}}
.layout-multi .main-content {{
width: 0;
}}
.session-view.active {{
display: block;
}}