style(export): restore width: 0 for multi-session flex layout

This commit is contained in:
doer 2026-05-23 16:57:36 +08:00 committed by Teknium
parent 4bd6fce1c1
commit ab07e06521

View file

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