fixed some stuff
This commit is contained in:
parent
d20e73e251
commit
227c045f87
3 changed files with 8 additions and 3 deletions
|
@ -50,7 +50,7 @@
|
|||
|
||||
<style>
|
||||
#mainChat {
|
||||
height: calc(100% - 160px);
|
||||
height: 100%;
|
||||
width: calc(100vw - 30px);
|
||||
padding: 15px;
|
||||
overflow: auto;
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
<b>#post</b> replies to a post by ID
|
||||
</p>
|
||||
<p>
|
||||
<b>%chat</b> links to a chatroom
|
||||
<b>%post</b> links to a chatroom
|
||||
</p>
|
||||
<p>
|
||||
<b>*x*</b> produces italic text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue