mirror of
https://github.com/friendica/friendica
synced 2025-04-22 06:30:11 +00:00
[frio] Mobile: force input font size to 16px
This commit is contained in:
parent
3bfd0ceed6
commit
0d8e5eace5
1 changed files with 8 additions and 0 deletions
|
@ -3453,4 +3453,12 @@ section .profile-match-wrapper {
|
||||||
top: 24px;
|
top: 24px;
|
||||||
left: 24px;
|
left: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
Prevent automatic zoom on input focus on iOS
|
||||||
|
see https://stackoverflow.com/a/16255670
|
||||||
|
*/
|
||||||
|
.form-control {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue