Skip to content

Commit b280cc2

Browse files
authored
Merge pull request #787 from chriswritescode-dev/IOS
Fix: IOS Input Zoom / Support PWA Home Screen App, closes #458
2 parents 0299fd1 + e6ebf89 commit b280cc2

File tree

11 files changed

+64
-0
lines changed

11 files changed

+64
-0
lines changed

.assets/manifest.json

Whitespace-only changes.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ Thumbs.db
3737
# Db
3838
db.sqlite
3939
/searxng
40+
41+
certificates

public/icon-100.png

916 Bytes
Loading

public/icon-50.png

515 Bytes
Loading

public/icon.png

29.8 KB
Loading

public/screenshots/p1.png

183 KB
Loading

public/screenshots/p1_small.png

130 KB
Loading

public/screenshots/p2.png

627 KB
Loading

public/screenshots/p2_small.png

201 KB
Loading

src/app/globals.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,11 @@
1111
display: none;
1212
}
1313
}
14+
15+
@media screen and (-webkit-min-device-pixel-ratio: 0) {
16+
select,
17+
textarea,
18+
input {
19+
font-size: 16px !important;
20+
}
21+
}

0 commit comments

Comments
 (0)