more VC work

This commit is contained in:
MathMan05 2024-10-11 22:43:39 -05:00
parent 152ea41b6a
commit 5cdb4d2184
6 changed files with 279 additions and 127 deletions

View file

@ -2267,4 +2267,18 @@ form div{
>div{
opacity:.4;
}
}
#VoiceBox{
padding: .05in;
display: flex;
align-items: center;
justify-content: center;
align-content: center;
width: 100%;
box-sizing: border-box;
border-radius: .1in .1in 0 0;
border: solid .01in var(--black);
}
#VoiceStatus{
font-weight: bold;
}