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;
|
flex: none;
|
||||||
width: 240px;
|
width: 240px;
|
||||||
background: var(--sidebar-bg);
|
background: var(--sidebar-bg);
|
||||||
overflow-y: auto;
|
flex-direction: column;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
#sideDiv {
|
#sideDiv {
|
||||||
padding: 16px 8px;
|
padding: 16px 8px;
|
||||||
|
overflow-y: auto;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
#page:has(#memberlisttoggle:checked) #sideContainDiv {
|
#page:has(#memberlisttoggle:checked) #sideContainDiv {
|
||||||
display: block;
|
display: flex;
|
||||||
}
|
}
|
||||||
#sideContainDiv.searchDiv {
|
#sideContainDiv.searchDiv {
|
||||||
display: block;
|
display: flex;
|
||||||
width: 30vw;
|
width: 30vw;
|
||||||
.topMessage {
|
.topMessage {
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue