Skip to content

Commit

Permalink
Fix language dropdown causing zoom on mobile devices in web UI (masto…
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron authored and kadoshita committed Nov 19, 2022
1 parent 5b08c99 commit 69390c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4810,10 +4810,6 @@ a.status-card.compact:hover {
&:focus {
background: lighten($ui-base-color, 4%);
}

@media screen and (max-width: 600px) {
font-size: 16px;
}
}

.search__icon {
Expand Down
2 changes: 1 addition & 1 deletion app/javascript/styles/mastodon/emoji_picker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
position: relative;

input {
font-size: 14px;
font-size: 16px;
font-weight: 400;
padding: 7px 9px;
padding-right: 25px;
Expand Down

0 comments on commit 69390c4

Please sign in to comment.