Started work on chat autocomplete

This commit is contained in:
rainbow napkin 2025-01-03 04:05:29 -05:00
parent 6cb7a6223e
commit 8f45048ab6
8 changed files with 193 additions and 92 deletions

View file

@ -264,10 +264,32 @@ span.user-entry{
margin: 0.5em;
}
#chat-panel-prompt-span{
flex: 1;
position: relative;
display: flex;
overflow: hidden;
}
#chat-panel-prompt{
font-size: 10pt;
margin-left: 0.5em;
}
#chat-panel-prompt-autocomplete{
position: absolute;
text-wrap: nowrap;
font-size: 10pt;
z-index: 10;
margin: 0;
left: 1em;
top: 0.6em;
}
#chat-panel-prompt-autocomplete-filler{
visibility: hidden;
}
.toke{
text-align: center;
margin: 0.2em auto;