-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sidebar broke #153
Comments
Hi, I had the same issue so I added this css rules in the comfy.theme.css file (you can edit it through the settings) : .flex_dc333f.horizontal_dc333f.justifyStart_ec1a20.alignStretch_ec1a20.noWrap_ec1a20.buttons_b2ca13 {
display: flex;
flex-direction: column;
margin-bottom: 100px;
position: fixed;
left: 20px;
} Yet this is not exactly as it is supposed to be, if you have a lot of servers they will be under the settings panel but you can still scroll to access them. Hope it can help you. Have a great day. |
discord changed some class names, i fixed it in my fork. i plan to support this theme in my fork until NYRI4 comes back |
the sidebar no longer holds the button for disable game activity, mic, deafen, and settings
here's what its supposed to look like
The text was updated successfully, but these errors were encountered: