Added CPanel Pinning

This commit is contained in:
rainbownapkin 2024-11-16 07:12:33 -05:00
parent d4a97faf68
commit 9a17dc5c86
4 changed files with 102 additions and 23 deletions

View file

@ -214,35 +214,37 @@ input#chat-panel-prompt{
display: none;
}
#cpanel-active-div{
.cpanel-div{
display: none;
position: absolute;
flex-direction: column;
overflow: hidden;
width: 30%;
}
#cpanel-active-div{
position: absolute;
z-index: 3;
top: 0;
bottom: 0;
left: 0;
width: 30%;
}
#cpanel-active-header-div{
.cpanel-header-div{
display: flex;
margin: 0 auto;
width: 96%;
height: 1.2em;
}
#cpanel-active-title{
.cpanel-title{
margin: 0;
white-space: nowrap;
overflow: hidden;
}
#cpanel-active-title-spacer{
.cpanel-title-spacer{
flex: 1;
}
#cpanel-active-close-icon{
.cpanel-header-icon{
cursor: pointer;
}