This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
merge tootsuite prs
#5895
and
#5889
into glitch flavour
closed-social-glitch-2
cwm
7 years ago
parent
28423dd046
commit
4a5401a58e
2 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
app/javascript/flavours/glitch/components/autosuggest_textarea.js
+4
-0
app/javascript/flavours/glitch/styles/components/index.scss
+ 1
- 0
app/javascript/flavours/glitch/components/autosuggest_textarea.js
View File
@ -209,6 +209,7 @@ export default class AutosuggestTextarea extends ImmutablePureComponent {
onBlur
=
{
this
.
onBlur
}
onPaste
=
{
this
.
onPaste
}
style
=
{
style
}
aria
-
autocomplete
=
'list'
/
>
<
/
l
a
b
e
l
>
+ 4
- 0
app/javascript/flavours/glitch/styles/components/index.scss
View File
@ -4854,6 +4854,10 @@ noscript {
input
{
width
:
100
%
;
margin-bottom
:
6px
;
&
:
focus
{
outline
:
0
;
}
}
}
Write
Preview
Loading…
Cancel
Save