From d81cb41ff388ae86f49d61c629914b2da14c4ae0 Mon Sep 17 00:00:00 2001 From: lklynet Date: Sun, 11 Jan 2026 21:59:40 -0500 Subject: [PATCH] style: increase font size for terminal input and prompt on mobile to prevent mobile zoom when chatting --- package.json | 2 +- public/style.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ad9d208..075abd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hypermind", - "version": "0.11.0", + "version": "0.11.1", "description": "A decentralized P2P counter of active deployments", "main": "server.js", "scripts": { diff --git a/public/style.css b/public/style.css index 1712587..c9cecfc 100644 --- a/public/style.css +++ b/public/style.css @@ -490,4 +490,8 @@ a { color: var(--color-text-anchor-link); text-decoration: none; border-bottom: flex-wrap: wrap; gap: 10px; } + + #terminal-input, .prompt { + font-size: 16px; + } }