mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-05-25 11:10:18 +00:00
029d95ada9
Three small fixes from Copilot's review: 1. static/style.css:1354 - removed spaces inside `clamp(...)` args to match the file's existing compact style (no spaces after commas in neighboring declarations like `transition:border-color .2s,box-shadow .2s`). 2. CHANGELOG.md - wrapped the long single-line entry across multiple lines with standard Markdown continuation indentation for cleaner diffs. 3. CHANGELOG.md - normalized `~1300 px` to `~1300px` for unit-formatting consistency. No behavior change. Same one-line CSS rule, just tightened formatting. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>