v1.5.09 - speak functionality

This commit is contained in:
Azgaar 2021-02-04 02:17:00 +03:00
parent f4d8b439b4
commit 378ed71702
12 changed files with 143 additions and 55 deletions

View file

@ -76,10 +76,14 @@ input, button, select, a, textarea {
outline: none;
}
button, select, a, .pointer {
button, select, a {
cursor: pointer;
}
.pointer {
cursor: pointer !important;
}
#prec text {
font-size: 32px;
stroke: none;
@ -1464,9 +1468,7 @@ div.states > .coaIcon > use {
}
.burgFeature {
font-size: 1.2em;
padding: 1px 2px;
color: #555;
padding: 1px;
cursor: pointer;
}
@ -2141,6 +2143,11 @@ svg.button {
border: dashed 1px #5d4651;
}
.speaker {
font-size: .9em;
cursor: pointer;
}
#prompt {
position: absolute;
left: 50%;