Fossil SCM

Get the message widget content stretching in zoom mode. Update the change log.

stephan 2025-11-27 13:51 chat-zoom-msg
Commit a45b75c0bd1e8695fa7cf6b0b10fb77577410e95d0ec82b18eacf0e6f8e7387d
--- src/style.chat.css
+++ src/style.chat.css
@@ -475,10 +475,20 @@
475475
align-items: stretch;
476476
min-height: 6em;
477477
}
478478
body.chat #chat-zoom {
479479
justify-content: space-between;
480
+}
481
+body.chat #chat-zoom-content {
482
+ display: flex;
483
+ overflow: auto;
484
+}
485
+body.chat #chat-zoom-content > .message-widget {
486
+ flex-grow: 1;
487
+}
488
+body.chat #chat-zoom-content > .message-widget .message-widget-content {
489
+ width: 100%;
480490
}
481491
body.chat #chat-config #chat-config-options {
482492
/* /chat config options go here */
483493
flex: 1 1 auto;
484494
display: flex;
485495
--- src/style.chat.css
+++ src/style.chat.css
@@ -475,10 +475,20 @@
475 align-items: stretch;
476 min-height: 6em;
477 }
478 body.chat #chat-zoom {
479 justify-content: space-between;
 
 
 
 
 
 
 
 
 
 
480 }
481 body.chat #chat-config #chat-config-options {
482 /* /chat config options go here */
483 flex: 1 1 auto;
484 display: flex;
485
--- src/style.chat.css
+++ src/style.chat.css
@@ -475,10 +475,20 @@
475 align-items: stretch;
476 min-height: 6em;
477 }
478 body.chat #chat-zoom {
479 justify-content: space-between;
480 }
481 body.chat #chat-zoom-content {
482 display: flex;
483 overflow: auto;
484 }
485 body.chat #chat-zoom-content > .message-widget {
486 flex-grow: 1;
487 }
488 body.chat #chat-zoom-content > .message-widget .message-widget-content {
489 width: 100%;
490 }
491 body.chat #chat-config #chat-config-options {
492 /* /chat config options go here */
493 flex: 1 1 auto;
494 display: flex;
495
--- www/changes.wiki
+++ www/changes.wiki
@@ -48,10 +48,12 @@
4848
"<tt>-u|--for-user</tt>" option.
4949
<li> The [/help/open|open command]'s new "<tt>--reopen REPOFILE</tt>" flag
5050
can be used to fix a checkout after moving its repository file.
5151
<li> Update internal Unicode character tables, used in regular expression
5252
handling, from version 13 to 17.
53
+ <li> Add a zoom-message option to [/help/www/chat|/chat] to better support
54
+ pikchr diagrams.
5355
</ol>
5456
5557
<h2 id='v2_27'>Changes for version 2.27 (2025-09-30)</h2><ol>
5658
<li> Close a potential Denial-of-Service attack against any public-facing Fossil
5759
server involving exponential behavior in Fossil's regexp implementation.
5860
--- www/changes.wiki
+++ www/changes.wiki
@@ -48,10 +48,12 @@
48 "<tt>-u|--for-user</tt>" option.
49 <li> The [/help/open|open command]'s new "<tt>--reopen REPOFILE</tt>" flag
50 can be used to fix a checkout after moving its repository file.
51 <li> Update internal Unicode character tables, used in regular expression
52 handling, from version 13 to 17.
 
 
53 </ol>
54
55 <h2 id='v2_27'>Changes for version 2.27 (2025-09-30)</h2><ol>
56 <li> Close a potential Denial-of-Service attack against any public-facing Fossil
57 server involving exponential behavior in Fossil's regexp implementation.
58
--- www/changes.wiki
+++ www/changes.wiki
@@ -48,10 +48,12 @@
48 "<tt>-u|--for-user</tt>" option.
49 <li> The [/help/open|open command]'s new "<tt>--reopen REPOFILE</tt>" flag
50 can be used to fix a checkout after moving its repository file.
51 <li> Update internal Unicode character tables, used in regular expression
52 handling, from version 13 to 17.
53 <li> Add a zoom-message option to [/help/www/chat|/chat] to better support
54 pikchr diagrams.
55 </ol>
56
57 <h2 id='v2_27'>Changes for version 2.27 (2025-09-30)</h2><ol>
58 <li> Close a potential Denial-of-Service attack against any public-facing Fossil
59 server involving exponential behavior in Fossil's regexp implementation.
60

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button