mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-14 09:43:46 +01:00
no evil horizontal textarea resizing
This commit is contained in:
parent
548ace0115
commit
83a1cce1ea
1 changed files with 1 additions and 0 deletions
|
@ -346,6 +346,7 @@ textarea, input {
|
||||||
#mainInput {
|
#mainInput {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
resize: vertical;
|
||||||
}
|
}
|
||||||
|
|
||||||
#attachButton {
|
#attachButton {
|
||||||
|
|
Loading…
Reference in a new issue