Emote Palette UI Complete

This commit is contained in:
rainbow napkin 2024-12-21 16:47:19 -05:00
parent 633884534c
commit 42d306e1f2
6 changed files with 148 additions and 17 deletions

View file

@ -101,6 +101,7 @@ div#chat-panel-main-div{
.right-drag-handle{
right: 0;
width: 0.6em;
}
#chat-panel-multipanel-div{
@ -236,10 +237,14 @@ span.user-entry{
top: 0;
bottom: 0;
left: 0;
overflow-y: auto;
scrollbar-width: thin;
}
#cpanel-pinned-div{
position: relative;
overflow-y: auto;
scrollbar-width: thin;
}
.cpanel-div{