Commit 3af8cda4 authored by Robert Knight's avatar Robert Knight

Use mobile-friendly font size for tag editor input field

Match other input fields in the sidebar in using a larger font size for
the tag editor input on mobile/touch inputs. This also prevents iOS
Safari from zooming into the input when focused.
parent 481aa74c
...@@ -9,6 +9,10 @@ ...@@ -9,6 +9,10 @@
&:focus { &:focus {
@include forms.form-input-focus; @include forms.form-input-focus;
} }
@media (pointer: coarse) {
font-size: var.$touch-input-font-size;
}
} }
&__tag-list { &__tag-list {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment