mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-11-22 12:00:41 +03:00
Make message box wider and unresizeable
This commit is contained in:
parent
df671895ec
commit
4d0e2a8594
2 changed files with 3 additions and 2 deletions
|
@ -34,6 +34,7 @@ textarea {
|
|||
width: auto;
|
||||
height: auto;
|
||||
cursor: pointer;
|
||||
resize: none;
|
||||
}
|
||||
|
||||
p {
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
|
||||
|
||||
<form action="/message" method="POST">
|
||||
<textarea rows="4" cols="50" name="content"></textarea>
|
||||
<textarea rows="4" cols="133" name="content"></textarea>
|
||||
<input name="threadID" type="hidden" value="<%= thread.id %>"></input>
|
||||
|
||||
<br>
|
||||
|
@ -87,4 +87,4 @@
|
|||
<%- include("extra/footer") %>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue