Skip to content

Commit d81cb41

Browse files
committed
style: increase font size for terminal input and prompt on mobile to prevent mobile zoom when chatting
1 parent a59cc89 commit d81cb41

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hypermind",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "A decentralized P2P counter of active deployments",
55
"main": "server.js",
66
"scripts": {

public/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,4 +490,8 @@ a { color: var(--color-text-anchor-link); text-decoration: none; border-bottom:
490490
flex-wrap: wrap;
491491
gap: 10px;
492492
}
493+
494+
#terminal-input, .prompt {
495+
font-size: 16px;
496+
}
493497
}

0 commit comments

Comments
 (0)