Started work on emote panel in admin page.

This commit is contained in:
rainbow napkin 2024-12-18 07:05:29 -05:00
parent 255e6e0d7f
commit 90d67024b7
8 changed files with 107 additions and 22 deletions

View file

@ -262,6 +262,10 @@ span.user-entry{
margin: 0.5em;
}
#chat-panel-prompt{
margin-left: 0.5em;
}
.toke{
text-align: center;
margin: 0.2em auto;

View file

@ -61,7 +61,6 @@ i.control-prompt{
}
input.control-prompt{
margin-left: 0.5em;
width: 100%;
flex: 1;
}