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
Fix
#612
- Set font size to 16px in compose form and search form to prevent iOS
from zooming in on them
master
Eugen Rochko
7 years ago
parent
a0df694c24
commit
2826e6dada
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
app/assets/stylesheets/components.scss
+ 2
- 2
app/assets/stylesheets/components.scss
View File
@ -921,7 +921,7 @@ a.status__content__spoiler-link {
color
:
$
color1
;
padding
:
7px
;
font-family
:
inherit
;
font-size
:
1
4
px
;
font-size
:
1
6
px
;
resize
:
vertical
;
border
:
3px
dashed
transparent
;
@ -1109,7 +1109,7 @@ button.active i.fa-retweet {
font-family
:
inherit
;
background
:
$
color1
;
color
:
$
color3
;
font-size
:
1
4
px
;
font-size
:
1
6
px
;
margin
:
0
;
}
Write
Preview
Loading…
Cancel
Save