Add back player

This commit is contained in:
ygg2 2025-04-05 00:02:27 -04:00
parent 4588a02203
commit 691ab226f7

View file

@ -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;