Fix mobile voice button initialization
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user