disable autozoom
This commit is contained in:
parent
8c0d960b03
commit
6eda508f0c
1 changed files with 4 additions and 3 deletions
|
|
@ -147,8 +147,9 @@
|
|||
width: 150px;
|
||||
}
|
||||
.todo-list-title {
|
||||
font-size: 15px;
|
||||
max-width: 77%;
|
||||
/* Disable Auto Zoom in Input “Text” tag - Safari on iPhone */
|
||||
font-size: 16px;
|
||||
max-width: 80%;
|
||||
}
|
||||
.todo-create-input {
|
||||
appearance: none;
|
||||
|
|
@ -161,7 +162,7 @@
|
|||
padding: 4px 12px;
|
||||
font-size: 14px;
|
||||
margin-bottom: 0px;
|
||||
min-width: 70px;
|
||||
min-width: 63px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue