mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-17 03:56:18 +00:00
Ensure mobile inputs use 16px font
This commit is contained in:
parent
2fe01a5290
commit
0c19cf5969
1 changed files with 13 additions and 0 deletions
|
|
@ -260,4 +260,17 @@
|
|||
font-size: 14px;
|
||||
letter-spacing: var(--tracking-normal);
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
input:not([type="button"]):not([type="checkbox"]):not([type="color"]):not(
|
||||
[type="file"]
|
||||
):not([type="hidden"]):not([type="image"]):not([type="radio"]):not(
|
||||
[type="range"]
|
||||
):not([type="reset"]):not([type="submit"]),
|
||||
textarea,
|
||||
select,
|
||||
[contenteditable]:not([contenteditable="false"]) {
|
||||
font-size: 16px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue