This commit is contained in:
hamid zarghami
2025-12-14 15:20:17 +03:30
parent 9e4ccad8e5
commit c8c2578e44
2 changed files with 15 additions and 0 deletions
+10
View File
@@ -108,6 +108,16 @@ input:autofill {
transition: background-color 10000s ease-in-out 0s;
}
/* جلوگیری از زوم خودکار iOS هنگام فوکوس روی input */
/* iOS به طور خودکار صفحه را زوم می‌کند اگر font-size کمتر از 16px باشد */
@supports (-webkit-touch-callout: none) {
input:not([type="password"]),
textarea,
select {
font-size: 16px !important;
}
}
.box-shadow-normal {
box-shadow: 0px 2px 16px 0px #00000014;
height: fit-content;
+5
View File
@@ -15,6 +15,11 @@ export const metadata: Metadata = {
export const viewport: Viewport = {
themeColor: '#F4F5F9',
width: 'device-width',
initialScale: 1,
maximumScale: 1,
minimumScale: 1,
userScalable: false,
}
const i18nNamespaces = ['settings', 'common', 'menu', 'orders', 'auth', "rating", "chat", "notifications", 'parallels'];