This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#282
from nclm/misc
Allow vertical resizing of the toot textarea
master
Eugen
8 years ago
committed by
GitHub
parent
a7769c2672
9f731b6a27
commit
0cfb8dbd20
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
app/assets/javascripts/components/features/compose/components/compose_form.jsx
+ 2
- 1
app/assets/javascripts/components/features/compose/components/compose_form.jsx
View File
@ -55,7 +55,8 @@ const textareaStyle = {
padding
:
'10px'
,
fontFamily
:
'Roboto'
,
fontSize
:
'14px'
,
margin
:
'0'
margin
:
'0'
,
resize
:
'vertical'
}
;
const
renderInputComponent
=
inputProps
=>
(
Write
Preview
Loading…
Cancel
Save