Added clickDragger to active and pinned cPanels.

This commit is contained in:
rainbownapkin 2024-11-16 15:36:09 -05:00
parent 3c185b4e28
commit b994f58bd0
6 changed files with 48 additions and 10 deletions

View file

@ -87,11 +87,19 @@ div#chat-panel-main-div{
cursor: ew-resize;
top: 0;
bottom: 0;
left: 0;
width: 0.4em;
z-index: 3;
}
.left-drag-handle{
left: 0;
z-index: 8;
}
.right-drag-handle{
right: 0;
}
#chat-panel-multipanel-div{
height: 100%;
}
@ -216,13 +224,18 @@ input#chat-panel-prompt{
#cpanel-active-div{
position: absolute;
z-index: 3;
z-index: 4;
top: 0;
bottom: 0;
left: 0;
}
#cpanel-pinned-div{
position: relative;
}
.cpanel-div{
display: none;
min-width: 4em;
width: 30%;
}