Add back player
This commit is contained in:
parent
4588a02203
commit
691ab226f7
1 changed files with 5 additions and 3 deletions
|
@ -1666,17 +1666,19 @@ img.bigembedimg {
|
|||
flex: none;
|
||||
width: 240px;
|
||||
background: var(--sidebar-bg);
|
||||
overflow-y: auto;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
}
|
||||
#sideDiv {
|
||||
padding: 16px 8px;
|
||||
overflow-y: auto;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
#page:has(#memberlisttoggle:checked) #sideContainDiv {
|
||||
display: block;
|
||||
display: flex;
|
||||
}
|
||||
#sideContainDiv.searchDiv {
|
||||
display: block;
|
||||
display: flex;
|
||||
width: 30vw;
|
||||
.topMessage {
|
||||
margin-top: 2px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue