diff --git a/web/zebra-spaces.html b/web/zebra-spaces.html
index fdea041..27ba101 100644
--- a/web/zebra-spaces.html
+++ b/web/zebra-spaces.html
@@ -475,7 +475,21 @@
margin-top: 0.2rem;
}
.mod-actions:empty { display: none; } /* no row gap when nothing to do */
- .log { border: 1px solid #000; height: 150px; overflow-y: auto; padding: 0.5rem; font-size: 0.75rem; line-height: 1.5; background: #fafafa; }
+ /* log lives in its own full-width section beneath the .page grid.
+ * 240px default, vertical resize handle so the user can drag it
+ * taller when the chatter outpaces the viewport. */
+ #sec-log { margin-top: 1.25rem; }
+ .log {
+ border: 1px solid #000;
+ height: 240px;
+ min-height: 120px;
+ resize: vertical;
+ overflow-y: auto;
+ padding: 0.5rem;
+ font-size: 0.75rem; line-height: 1.5;
+ background: #fafafa;
+ width: 100%;
+ }
.log-line { margin-bottom: 0.2rem; word-wrap: break-word; }
.log-line .ts { color: #888; }
.log-line.err { color: #b00; }
@@ -678,14 +692,17 @@ try {
-