Added spoiler support.
This commit is contained in:
parent
b56c9a3365
commit
77bc549653
9 changed files with 182 additions and 71 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue