style: increase font size for terminal input and prompt on mobile to prevent mobile zoom when chatting

This commit is contained in:
lklynet
2026-01-11 21:59:40 -05:00
parent a59cc893f1
commit d81cb41ff3
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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": {
+4
View File
@@ -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;
}
}