Fix mobile voice button initialization

This commit is contained in:
2026-04-26 22:58:16 +02:00
parent 1f815fa1b1
commit 68486557dc
3 changed files with 25 additions and 2 deletions

View File

@@ -31,6 +31,12 @@ textarea {
font: inherit;
}
button {
cursor: pointer;
touch-action: manipulation;
-webkit-tap-highlight-color: transparent;
}
.app-shell {
width: min(100%, 520px);
min-height: 100svh;