mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-18 14:11:37 +00:00
* feat(control-ui): add multi-pane split view to chat * fix(control-ui): boot classic chat pane without fabricated session key * fix(control-ui): thread per-pane composer state into session goal pill
7 lines
182 B
CSS
7 lines
182 B
CSS
@import "./chat/layout.css";
|
|
@import "./chat/text.css";
|
|
@import "./chat/grouped.css";
|
|
@import "./chat/tool-cards.css";
|
|
@import "./chat/sidebar.css";
|
|
@import "./chat/split-view.css";
|