normalized 3rd level headings and adapted the max-width of the body

This commit is contained in:
Jana Häring 2023-10-19 19:36:42 +02:00
parent 7e1ccd3f4e
commit 7f41529dbf
3 changed files with 39 additions and 36 deletions

View file

@ -283,7 +283,7 @@ Things in context:
This hook is called on the client side whenever a user joins or changes. This
can be used to create notifications or an alternate user list.
=== `chatNewMessage`
=== chatNewMessage
Called from: `src/static/js/chat.js`
@ -319,7 +319,7 @@ Context properties:
* `duration`: How long (in milliseconds) to display the gritter notification (0
to disable).
=== `chatSendMessage`
=== chatSendMessage
Called from: `src/static/js/chat.js`