[FIX] zoom on input select on mobile
Increased font size to disable auto zoom when input field selected on mobile
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
|
font-size: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.answer-input-container.answer-input-container--answer-entered > input {
|
.answer-input-container.answer-input-container--answer-entered > input {
|
||||||
@@ -23,6 +24,10 @@ input.answer-input--incorrect {
|
|||||||
color: #ff5252;
|
color: #ff5252;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.current-prompt {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
.progress-end-incorrect-answers {
|
.progress-end-incorrect-answers {
|
||||||
display: table;
|
display: table;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
|
|||||||
Reference in New Issue
Block a user