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;
|
width: 150px;
|
||||||
}
|
}
|
||||||
.todo-list-title {
|
.todo-list-title {
|
||||||
font-size: 15px;
|
/* Disable Auto Zoom in Input “Text” tag - Safari on iPhone */
|
||||||
max-width: 77%;
|
font-size: 16px;
|
||||||
|
max-width: 80%;
|
||||||
}
|
}
|
||||||
.todo-create-input {
|
.todo-create-input {
|
||||||
appearance: none;
|
appearance: none;
|
||||||
|
|
@ -161,7 +162,7 @@
|
||||||
padding: 4px 12px;
|
padding: 4px 12px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
min-width: 70px;
|
min-width: 63px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue