0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

set editor font size to 16px on touchscreens

iOS requires minimum 16px font to prevent auto-zooming into input fields.
This commit is contained in:
Gazook89
2023-08-01 13:29:57 -05:00
parent 0bde336226
commit 310faa449d

View File

@@ -9,6 +9,9 @@
}
.codeEditor{
@media screen and (pointer : coarse) {
font-size : 16px;
}
.CodeMirror-foldmarker {
font-family: inherit;
text-shadow: none;