warrayquipsome / Chillax

A theme created by wq, who was an author of Novaturient. It's theme design is mainly modern, clean, simple and creative. To be honest, he wasn't thinking of making this theme so famous, he was just creating what he likes, and today you are seeing this theme at its finest it can be.
77 stars 212 forks source link

broken small mute panel #36

Closed hi-reeve closed 7 months ago

hi-reeve commented 7 months ago

the latest discord update on mac broke the mute panel.

image
Inmoresentum commented 7 months ago

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 commented 7 months ago

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!