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