mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-27 17:07:48 -05:00
Redesign: Prevent page zoom on Safari iOS when focusing new composer (#40608)
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
background: none;
|
||||
font: inherit;
|
||||
text-decoration: none;
|
||||
text-align: start;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
|
||||
@@ -120,6 +120,12 @@
|
||||
@include mixins.type-body;
|
||||
|
||||
padding: var(--space-2);
|
||||
|
||||
// Prevent automatic page zoom in Safari when focusing
|
||||
// text fields with font-sizes below 16px
|
||||
@media (width <= #{variables.$mobile-menu-breakpoint}) {
|
||||
font-size: var(--fs-16);
|
||||
}
|
||||
}
|
||||
|
||||
.textarea {
|
||||
|
||||
Reference in New Issue
Block a user