Added CPanel Pinning
This commit is contained in:
parent
d4a97faf68
commit
9a17dc5c86
4 changed files with 102 additions and 23 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
@ -244,11 +244,11 @@ select.panel-head-element{
|
|||
margin: auto;
|
||||
}
|
||||
|
||||
#cpanel-active-div{
|
||||
.cpanel-div{
|
||||
background-color: var(--bg0);
|
||||
}
|
||||
|
||||
|
||||
#cpanel-active-header-div{
|
||||
.cpanel-header-div{
|
||||
border-bottom: solid 1px var(--accent0);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue