mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-10-20 14:28:14 +00:00
Fix: IOS Input Zoom
config for theme consistency and iOS standalone mode - Modified manifest.ts to ensure proper metadata - Added display: standalone for iOS PWA behavior
This commit is contained in:
@@ -11,3 +11,12 @@
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* Add Fix for IOS to allow PWA and stop zooming on the page */
|
||||
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
||||
select,
|
||||
textarea,
|
||||
input {
|
||||
font-size: 16px !important;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user