openclaw/ui/src
Extra Small 70ed7c9873
fix(control-ui): make log stream height responsive
Summary:
- Replace the fixed 500px Control UI Logs stream cap with a viewport-responsive max-height plus a 200px floor.
- Keep the offset documented inline and add the changelog entry for #53916.

Verification:
- git diff --check origin/main...HEAD
- git merge-tree --name-only origin/main HEAD
- node assertion confirmed `.log-stream` has `max-height: calc(100vh - 280px)`, `min-height: 200px`, and no `max-height: 500px`
- Source path check confirmed `renderLogs` renders the affected `.log-stream` container

Maintainer note:
- Real behavior proof requirement intentionally overridden by maintainer proof comment: https://github.com/openclaw/openclaw/pull/53916#issuecomment-4455196712
2026-05-14 17:21:23 -05:00
..
i18n feat(ui): add WebChat auto-scroll mode selector 2026-05-13 22:24:53 -05:00
styles fix(control-ui): make log stream height responsive 2026-05-14 17:21:23 -05:00
test-helpers
types
ui fix(webchat): render tts audio command replies 2026-05-14 20:41:21 +01:00
css.d.ts
local-storage.ts
main.ts
markdown-it-task-lists.d.ts
styles.css