From dd7c9b02b9c4101d836e8c9b1f04c60f37dbddf5 Mon Sep 17 00:00:00 2001 From: piotrruss Date: Sun, 5 Sep 2021 11:49:35 +0200 Subject: add meta to block zoom --- components/Layout.js | 2 ++ configs/translations.js | 2 ++ styles/global/_reset.scss | 6 +++++- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/components/Layout.js b/components/Layout.js index d5627e3..ac9534f 100644 --- a/components/Layout.js +++ b/components/Layout.js @@ -18,6 +18,8 @@ const Layout = ({
My Apps +
{children}
diff --git a/configs/translations.js b/configs/translations.js index a11c291..9e1d110 100644 --- a/configs/translations.js +++ b/configs/translations.js @@ -177,6 +177,7 @@ const translations = { title: 'Título', created: 'Creado', modified: 'Modificado', + open_apps: 'Aplicaciones abiertas:', Notes: 'Notas', Settings: 'Ajustes', mail_ver_subject: 'Verificación de su nueva cuenta en la aplicación My Apps.', @@ -249,6 +250,7 @@ const translations = { title: 'Titel', created: 'Erstellt', modified: 'Geändert', + open_apps: 'Anwendungen öffnen:', Notes: 'Anmerkungen', Settings: 'Einstellungen', mail_ver_subject: 'Bestätigen Ihres neuen Kontos in der Anwendung „Meine Apps“.', diff --git a/styles/global/_reset.scss b/styles/global/_reset.scss index 0dc1326..a93ed5c 100755 --- a/styles/global/_reset.scss +++ b/styles/global/_reset.scss @@ -49,7 +49,11 @@ table { border-collapse: collapse; border-spacing: 0; } - +textarea, input, button, select { + appearance: none; + -moz-appearance: none; + -webkit-appearance: none; +} html{ min-width: 320px; background: white; -- cgit v1.2.3