Added spoiler support.

This commit is contained in:
rainbow napkin 2025-01-11 01:30:25 -05:00
parent b56c9a3365
commit 77bc549653
9 changed files with 182 additions and 71 deletions

View file

@ -283,8 +283,8 @@ span.user-entry{
#chat-panel-prompt-autocomplete{
position: absolute;
text-wrap: nowrap;
cursor: pointer;
user-select: none;
cursor: pointer;
font-size: 10pt;
z-index: 10;
margin: 0;
@ -295,6 +295,8 @@ span.user-entry{
#chat-panel-prompt-autocomplete-filler{
visibility: hidden;
user-select: none;
cursor: auto;
pointer-events: none;
}
.toke{