Fossil SCM
Get the message widget content stretching in zoom mode. Update the change log.
Commit
a45b75c0bd1e8695fa7cf6b0b10fb77577410e95d0ec82b18eacf0e6f8e7387d
Parent
ff297e1a35aaf3d…
2 files changed
+10
+2
+10
| --- src/style.chat.css | ||
| +++ src/style.chat.css | ||
| @@ -475,10 +475,20 @@ | ||
| 475 | 475 | align-items: stretch; |
| 476 | 476 | min-height: 6em; |
| 477 | 477 | } |
| 478 | 478 | body.chat #chat-zoom { |
| 479 | 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%; | |
| 480 | 490 | } |
| 481 | 491 | body.chat #chat-config #chat-config-options { |
| 482 | 492 | /* /chat config options go here */ |
| 483 | 493 | flex: 1 1 auto; |
| 484 | 494 | display: flex; |
| 485 | 495 |
| --- 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 |
+2
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -48,10 +48,12 @@ | ||
| 48 | 48 | "<tt>-u|--for-user</tt>" option. |
| 49 | 49 | <li> The [/help/open|open command]'s new "<tt>--reopen REPOFILE</tt>" flag |
| 50 | 50 | can be used to fix a checkout after moving its repository file. |
| 51 | 51 | <li> Update internal Unicode character tables, used in regular expression |
| 52 | 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. | |
| 53 | 55 | </ol> |
| 54 | 56 | |
| 55 | 57 | <h2 id='v2_27'>Changes for version 2.27 (2025-09-30)</h2><ol> |
| 56 | 58 | <li> Close a potential Denial-of-Service attack against any public-facing Fossil |
| 57 | 59 | server involving exponential behavior in Fossil's regexp implementation. |
| 58 | 60 |
| --- 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 |