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

broken small mute panel #36

Closed
hi-reeve opened this issue Apr 5, 2024 · 2 comments
Closed

broken small mute panel #36

hi-reeve opened this issue Apr 5, 2024 · 2 comments
Assignees
Labels
clinet-mod-issue Issues that needs to be addressed by the respective client mod

Comments

@hi-reeve
Copy link

hi-reeve commented Apr 5, 2024

the latest discord update on mac broke the mute panel.

image
@Inmoresentum Inmoresentum self-assigned this Apr 5, 2024
@Inmoresentum Inmoresentum added the clinet-mod-issue Issues that needs to be addressed by the respective client mod label Apr 5, 2024
@Inmoresentum
Copy link
Collaborator

Actually, this is a known issue with the Vencord Game Activity Toggle Plugin. If you plan on using this plugin, please use the below css snippet (Paste it at very bottom).

Note: If you don't know already you can press ctrl + , (press and hold ctrl and , at the same time) which will take you to the settings menu.

.avatarWrapper__500a6 {
    min-width: 36px !important;
}
.avatarWrapper__500a6:hover {
    min-width: 207px !important;
}
.panels__58331 > .container_debb33 .flex_f18b02 > :not(:last-child) {
    width: 38px !important;
}
.theme-dark .panels__58331 > .container_debb33:hover .flex_f18b02 > :not(:last-child) {
    margin-left: 0px !important;
}

And if you don't plan on using the plugin, then you can just disable the plugin from the settings menu vencord tab.

I hope this helps. If you have more questions or issues you can continue the conversation here or alternatively join our support discord server and ask questions there as well. If this solves the issue, please close it at your earliest convenience. Thanks :)

@hi-reeve
Copy link
Author

hi-reeve commented Apr 5, 2024

Actually, this is a known issue with the Vencord Game Activity Toggle Plugin. If you plan on using this plugin, please use the below css snippet (Paste it at very bottom).

Note: If you don't know already you can press ctrl + , (press and hold ctrl and , at the same time) which will take you to the settings menu.

.avatarWrapper__500a6 {
    min-width: 36px !important;
}
.avatarWrapper__500a6:hover {
    min-width: 207px !important;
}
.panels__58331 > .container_debb33 .flex_f18b02 > :not(:last-child) {
    width: 38px !important;
}
.theme-dark .panels__58331 > .container_debb33:hover .flex_f18b02 > :not(:last-child) {
    margin-left: 0px !important;
}

And if you don't plan on using the plugin, then you can just disable the plugin from the settings menu vencord tab.

I hope this helps. If you have more questions or issues you can continue the conversation here or alternatively join our support discord server and ask questions there as well. If this solves the issue, please close it at your earliest convenience. Thanks :)

thankyou it works!

@hi-reeve hi-reeve closed this as completed Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clinet-mod-issue Issues that needs to be addressed by the respective client mod
Projects
None yet
Development

No branches or pull requests

2 participants