Fossil SCM
/chat default message font is now inherited from the skin instead of defaulting to monospace, per /chat discussion.
Commit
3cd13cb633e6aa62d832697c7699c409d9ea24264a26c9d7e60ccbfaf374279c
Parent
c90dce4ebcf3dfc…
1 file changed
+1
-1
+1
-1
| --- src/fossil.page.chat.js | ||
| +++ src/fossil.page.chat.js | ||
| @@ -398,11 +398,11 @@ | ||
| 398 | 398 | laid out in a compact form. When off, the edit field and |
| 399 | 399 | buttons are larger. */ |
| 400 | 400 | "edit-compact-mode": true, |
| 401 | 401 | /* When on, sets the font-family on messages and the edit |
| 402 | 402 | field to monospace. */ |
| 403 | - "monospace-messages": true, | |
| 403 | + "monospace-messages": false, | |
| 404 | 404 | /* When on, non-chat UI elements (page header/footer) are |
| 405 | 405 | hidden */ |
| 406 | 406 | "chat-only-mode": false, |
| 407 | 407 | /* When set to a URI, it is assumed to be an audio file, |
| 408 | 408 | which gets played when new messages arrive. When true, |
| 409 | 409 |
| --- src/fossil.page.chat.js | |
| +++ src/fossil.page.chat.js | |
| @@ -398,11 +398,11 @@ | |
| 398 | laid out in a compact form. When off, the edit field and |
| 399 | buttons are larger. */ |
| 400 | "edit-compact-mode": true, |
| 401 | /* When on, sets the font-family on messages and the edit |
| 402 | field to monospace. */ |
| 403 | "monospace-messages": true, |
| 404 | /* When on, non-chat UI elements (page header/footer) are |
| 405 | hidden */ |
| 406 | "chat-only-mode": false, |
| 407 | /* When set to a URI, it is assumed to be an audio file, |
| 408 | which gets played when new messages arrive. When true, |
| 409 |
| --- src/fossil.page.chat.js | |
| +++ src/fossil.page.chat.js | |
| @@ -398,11 +398,11 @@ | |
| 398 | laid out in a compact form. When off, the edit field and |
| 399 | buttons are larger. */ |
| 400 | "edit-compact-mode": true, |
| 401 | /* When on, sets the font-family on messages and the edit |
| 402 | field to monospace. */ |
| 403 | "monospace-messages": false, |
| 404 | /* When on, non-chat UI elements (page header/footer) are |
| 405 | hidden */ |
| 406 | "chat-only-mode": false, |
| 407 | /* When set to a URI, it is assumed to be an audio file, |
| 408 | which gets played when new messages arrive. When true, |
| 409 |