Skip to content
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

Open
cybr23 opened this issue Aug 6, 2024 · 3 comments
Open

sidebar broke #153

cybr23 opened this issue Aug 6, 2024 · 3 comments

Comments

@cybr23
Copy link

cybr23 commented Aug 6, 2024

the sidebar no longer holds the button for disable game activity, mic, deafen, and settings
image

here's what its supposed to look like
image

@ZineddineMessaoudi
Copy link

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.

@cybr23
Copy link
Author

cybr23 commented Aug 13, 2024

thanks, this great as a temporary fix until the devs officially fix it

image

@Metro420yt
Copy link
Contributor

discord changed some class names, i fixed it in my fork. i plan to support this theme in my fork until NYRI4 comes back

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants