Fix hold-to-speak and prompt text on mobile

This commit is contained in:
David Baker
2022-05-12 12:07:04 +01:00
parent abc2449b07
commit b222b4f708
3 changed files with 90 additions and 20 deletions

View File

@@ -10,6 +10,12 @@
width: 100%;
}
@media (hover: none) {
.pttCallView {
user-select: none;
}
}
.center {
width: 100%;
display: flex;